提交 0fb753b1 编写于 作者: L luohui2320@gmail.com

change RT_USING_MMCSD to RT_USING_SDIO

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1975 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 0120ba02
...@@ -8,7 +8,7 @@ src_drv = ['console.c'] ...@@ -8,7 +8,7 @@ src_drv = ['console.c']
if GetDepend('RT_USING_LED'): if GetDepend('RT_USING_LED'):
src_drv += ['led.c'] src_drv += ['led.c']
if GetDepend('RT_USING_MMCSD'): if GetDepend('RT_USING_SDIO'):
src_drv += ['at91_mci.c'] src_drv += ['at91_mci.c']
if GetDepend('RT_USING_LWIP'): if GetDepend('RT_USING_LWIP'):
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <devfs.h> #include <devfs.h>
#endif #endif
#ifdef RT_USING_MMCSD #ifdef RT_USING_SDIO
#include <mmcsd_core.h> #include <mmcsd_core.h>
#include "at91_mci.h" #include "at91_mci.h"
#endif #endif
...@@ -106,7 +106,7 @@ void rt_init_thread_entry(void* parameter) ...@@ -106,7 +106,7 @@ void rt_init_thread_entry(void* parameter)
} }
#endif #endif
#ifdef RT_USING_MMCSD #ifdef RT_USING_SDIO
rt_mmcsd_core_init(); rt_mmcsd_core_init();
rt_mmcsd_blk_init(); rt_mmcsd_blk_init();
at91_mci_init(); at91_mci_init();
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
//#define RT_USING_LED //#define RT_USING_LED
#define RT_USING_MMCSD #define RT_USING_SDIO
#define RT_USING_DBGU #define RT_USING_DBGU
/* #define RT_USING_UART0 */ /* #define RT_USING_UART0 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册