Skip to content

Commit 3b00393

Browse files
authored
Merge pull request #4352 from DavidLin1577/patch-7
Mini optimized the spi_flash_init.c
2 parents 2eaff5b + 69b95ac commit 3b00393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/stm32/stm32f429-armfly-v6/board/ports/spi_flash_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static int rt_hw_spi_flash_init(void)
2222
if (RT_NULL == rt_sfud_flash_probe("W25Q64", "spi30"))
2323
{
2424
return -RT_ERROR;
25-
};
25+
}
2626

2727
return RT_EOK;
2828
}

0 commit comments

Comments
 (0)