未验证 提交 2eaff5b8 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #4353 from DavidLin1577/patch-8

Fixed the return value bug in sdcard_port.c
......@@ -6,6 +6,7 @@
* Change Logs:
* Date Author Notes
* 2018-12-13 balanceTWK add sdcard port file
* 2021-02-18 DavidLin Fixed the return bug
*/
#include <rtthread.h>
......@@ -53,6 +54,7 @@ int stm32_sdcard_mount(void)
else
{
LOG_E("create sd_mount thread err!");
return -RT_ERROR;
}
return RT_EOK;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册