Explorar el Código

【修改】修改 drv_filesystem.c 文件 ci 格式

YJIE_1998 hace 4 años
padre
commit
addfbefeeb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      bsp/stm32/stm32f407-atk-explorer/board/ports/drv_filesystem.c

+ 2 - 2
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);