We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e0d3a commit e39789eCopy full SHA for e39789e
bsp/stm32/stm32f429-atk-apollo/board/ports/sdcard_port.c
@@ -54,7 +54,7 @@ int stm32_sdcard_mount(void)
54
else
55
{
56
LOG_E("create sd_mount thread err!");
57
- return RT_ERROR;
+ return -RT_ERROR;
58
}
59
return RT_EOK;
60
0 commit comments