4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-18 18:39:11 +08:00

删除多余空格

This commit is contained in:
Meco Man 2021-02-26 10:25:39 +08:00
parent c271332dd8
commit 9da70b7e76

View File

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