diff --git a/components/drivers/sdio/mmcsd_core.c b/components/drivers/sdio/mmcsd_core.c index 2466ce627d6fa18d70bb60528a65c2ccb53b3035..a93d9329fb26672366a8286dfecc096a74125e94 100644 --- a/components/drivers/sdio/mmcsd_core.c +++ b/components/drivers/sdio/mmcsd_core.c @@ -749,7 +749,8 @@ int rt_mmcsd_core_init(void) } rt_sdio_init(); -} + return 0; +} INIT_PREV_EXPORT(rt_mmcsd_core_init);