Skip to content

Commit 6ccebe1

Browse files
committed
[DeviceDrivers] Fix compiling issue in MMC/SD.
1 parent d6c794a commit 6ccebe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/drivers/sdio/mmcsd_core.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,8 @@ int rt_mmcsd_core_init(void)
749749
}
750750

751751
rt_sdio_init();
752-
}
753752

753+
return 0;
754+
}
754755
INIT_PREV_EXPORT(rt_mmcsd_core_init);
755756

0 commit comments

Comments
 (0)