From addfbefeeb329e0d4d777d474f1dfcddc2e777ed Mon Sep 17 00:00:00 2001 From: YJIE_1998 <1039241323@qq.com> Date: Thu, 5 Aug 2021 18:31:06 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20drv=5Ffilesystem.c=20=E6=96=87=E4=BB=B6=20ci=20?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/stm32/stm32f407-atk-explorer/board/ports/drv_filesystem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);