소스 검색

[DeviceDrivers] Fix compiling issue in MMC/SD.

Bernard Xiong 7 년 전
부모
커밋
6ccebe19d5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      components/drivers/sdio/mmcsd_core.c

+ 2 - 1
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);