mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-22 01:15:26 +08:00
Update sdcard_port.c
This commit is contained in:
parent
68e0d3a19d
commit
e39789ecd0
@ -54,7 +54,7 @@ int stm32_sdcard_mount(void)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
LOG_E("create sd_mount thread err!");
|
LOG_E("create sd_mount thread err!");
|
||||||
return RT_ERROR;
|
return -RT_ERROR;
|
||||||
}
|
}
|
||||||
return RT_EOK;
|
return RT_EOK;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user