修改烧写方式,直接copy

This commit is contained in:
james 2024-07-30 22:03:19 +08:00
parent ec5e502cd6
commit 09c32b541a
2 changed files with 1 additions and 2 deletions

View File

@ -44,7 +44,7 @@ CONFIG_RT_USING_DEBUG=y
CONFIG_RT_DEBUGING_ASSERT=y
CONFIG_RT_DEBUGING_COLOR=y
CONFIG_RT_DEBUGING_CONTEXT=y
CONFIG_RT_DEBUGING_AUTO_INIT=y
# CONFIG_RT_DEBUGING_AUTO_INIT is not set
CONFIG_RT_USING_OVERFLOW_CHECK=y
#

View File

@ -29,7 +29,6 @@
#define RT_DEBUGING_ASSERT
#define RT_DEBUGING_COLOR
#define RT_DEBUGING_CONTEXT
#define RT_DEBUGING_AUTO_INIT
#define RT_USING_OVERFLOW_CHECK
/* Inter-Thread communication */