【修改】修改 drv_filesystem.c 文件 ci 格式
This commit is contained in:
parent
2ac8bc8864
commit
addfbefeeb
|
@ -159,11 +159,11 @@ static int filesystem_mount(void)
|
||||||
#ifdef BSP_USING_SDCARD
|
#ifdef BSP_USING_SDCARD
|
||||||
onboard_sdcard_mount();
|
onboard_sdcard_mount();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BSP_USING_SPI_FLASH_LITTLEFS
|
#ifdef BSP_USING_SPI_FLASH_LITTLEFS
|
||||||
onboard_spiflash_mount();
|
onboard_spiflash_mount();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return RT_EOK;
|
return RT_EOK;
|
||||||
}
|
}
|
||||||
INIT_APP_EXPORT(filesystem_mount);
|
INIT_APP_EXPORT(filesystem_mount);
|
||||||
|
|
Loading…
Reference in New Issue