mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-27 15:24:11 +08:00
[Bsp] add sdcard drive | 添加sd卡驱动
This commit is contained in:
@@ -18,8 +18,8 @@ if GetDepend(['RT_USING_SPI']):
|
||||
src += ['drv_spi.c']
|
||||
if GetDepend(['RT_USING_USB_DEVICE']):
|
||||
src += ['drv_usb.c']
|
||||
|
||||
|
||||
if GetDepend(['RT_USING_SDCARD']):
|
||||
src += ['drv_sdcard.c']
|
||||
|
||||
CPPPATH = [cwd]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user