mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-14 05:02:50 +08:00
【修改】修改 drv_filesystem.c 文件 ci 格式
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user