We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e596921 commit 69b95acCopy full SHA for 69b95ac
bsp/stm32/stm32f429-armfly-v6/board/ports/spi_flash_init.c
@@ -22,7 +22,7 @@ static int rt_hw_spi_flash_init(void)
22
if (RT_NULL == rt_sfud_flash_probe("W25Q64", "spi30"))
23
{
24
return -RT_ERROR;
25
- };
+ }
26
27
return RT_EOK;
28
}
0 commit comments