Skip to content

Commit e39789e

Browse files
authored
Update sdcard_port.c
1 parent 68e0d3a commit e39789e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/stm32/stm32f429-atk-apollo/board/ports/sdcard_port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ int stm32_sdcard_mount(void)
5454
else
5555
{
5656
LOG_E("create sd_mount thread err!");
57-
return RT_ERROR;
57+
return -RT_ERROR;
5858
}
5959
return RT_EOK;
6060
}

0 commit comments

Comments
 (0)