mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 12:15:32 +08:00
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:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user