소스 검색

删除多余空格

Meco Man 4 년 전
부모
커밋
9da70b7e76
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      bsp/stm32/stm32l475-atk-pandora/board/ports/sdcard_port.c

+ 0 - 3
bsp/stm32/stm32l475-atk-pandora/board/ports/sdcard_port.c

@@ -65,9 +65,6 @@ int stm32_sdcard_mount(void)
         }
     }
 
-
-
-
     return RT_EOK;
 }
 INIT_APP_EXPORT(stm32_sdcard_mount);