Skip to content

Commit addfbef

Browse files
committed
【修改】修改 drv_filesystem.c 文件 ci 格式
1 parent 2ac8bc8 commit addfbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bsp/stm32/stm32f407-atk-explorer/board/ports/drv_filesystem.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ static int filesystem_mount(void)
159159
#ifdef BSP_USING_SDCARD
160160
onboard_sdcard_mount();
161161
#endif
162-
162+
163163
#ifdef BSP_USING_SPI_FLASH_LITTLEFS
164164
onboard_spiflash_mount();
165165
#endif
166-
166+
167167
return RT_EOK;
168168
}
169169
INIT_APP_EXPORT(filesystem_mount);

0 commit comments

Comments
 (0)