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 39bed08eab..07e6140722 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);