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
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ int stm32_sdcard_mount(void)
else
{
LOG_E("create sd_mount thread err!");
return RT_ERROR;
return -RT_ERROR;
}
return RT_EOK;
}