diff --git a/bsp/stm32/stm32f407-atk-explorer/board/ports/drv_filesystem.c b/bsp/stm32/stm32f407-atk-explorer/board/ports/drv_filesystem.c index 39bed08eab18591d63948dff5f4f788b138090b0..07e6140722dd4ed13d893991a2c0096eaa4f58b4 100644 --- a/bsp/stm32/stm32f407-atk-explorer/board/ports/drv_filesystem.c +++ b/bsp/stm32/stm32f407-atk-explorer/board/ports/drv_filesystem.c @@ -159,11 +159,11 @@ static int filesystem_mount(void) #ifdef BSP_USING_SDCARD onboard_sdcard_mount(); #endif - + #ifdef BSP_USING_SPI_FLASH_LITTLEFS onboard_spiflash_mount(); #endif - + return RT_EOK; } INIT_APP_EXPORT(filesystem_mount);