mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-04-05 10:20:05 +00:00
修复 MMCSD 宏拼写错误+内核开启LOG_D编译问题
This commit is contained in:
@@ -205,7 +205,7 @@ CONFIG_RT_USING_SDIO=y
|
||||
CONFIG_RT_SDIO_STACK_SIZE=2048
|
||||
CONFIG_RT_SDIO_THREAD_PRIORITY=15
|
||||
CONFIG_RT_MMCSD_STACK_SIZE=4096
|
||||
CONFIG_RT_MMCSD_THREAD_PREORITY=22
|
||||
CONFIG_RT_MMCSD_THREAD_PRIORITY=22
|
||||
CONFIG_RT_MMCSD_MAX_PARTITION=16
|
||||
CONFIG_RT_SDIO_DEBUG=y
|
||||
CONFIG_RT_USING_SPI=y
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
#define RT_SDIO_STACK_SIZE 2048
|
||||
#define RT_SDIO_THREAD_PRIORITY 15
|
||||
#define RT_MMCSD_STACK_SIZE 4096
|
||||
#define RT_MMCSD_THREAD_PREORITY 22
|
||||
#define RT_MMCSD_THREAD_PRIORITY 22
|
||||
#define RT_MMCSD_MAX_PARTITION 16
|
||||
#define RT_SDIO_DEBUG
|
||||
#define RT_USING_SPI
|
||||
|
||||
Reference in New Issue
Block a user