change RT_USING_MMCSD to RT_USING_SDIO

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1975 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
luohui2320@gmail.com
2012-02-21 15:27:21 +00:00
parent 0120ba02a5
commit 0fb753b193
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ src_drv = ['console.c']
if GetDepend('RT_USING_LED'):
src_drv += ['led.c']
if GetDepend('RT_USING_MMCSD'):
if GetDepend('RT_USING_SDIO'):
src_drv += ['at91_mci.c']
if GetDepend('RT_USING_LWIP'):