删除多余空格

This commit is contained in:
Meco Man
2021-02-26 10:25:39 +08:00
parent c271332dd8
commit 9da70b7e76
@@ -65,9 +65,6 @@ int stm32_sdcard_mount(void)
}
}
return RT_EOK;
}
INIT_APP_EXPORT(stm32_sdcard_mount);