4
0
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:
David Lin 2021-02-19 13:35:19 +08:00 committed by GitHub
parent 68e0d3a19d
commit e39789ecd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }