修复 MMCSD 宏拼写错误+内核开启LOG_D编译问题

This commit is contained in:
yixinghua121
2025-03-12 16:02:43 +08:00
committed by GitHub
parent 88607c1404
commit 983f02151a
98 changed files with 105 additions and 105 deletions

View File

@@ -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

View File

@@ -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