Skip to content

Commit 9a0cb73

Browse files
Archcady0xc0170
authored andcommitted
mute debug message in RAM1 (changed)
1 parent f8019f4 commit 9a0cb73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/platform_autoconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
#define CONFIG_UART_LOG_HISTORY 1
187187
#undef CONFIG_CONSOLE_NORMALL_MODE
188188
#define CONFIG_CONSOLE_VERIFY_MODE 1
189-
//#define CONFIG_DEBUG_LOG 1
189+
#define CONFIG_DEBUG_LOG 1
190190
#define CONFIG_DEBUG_ERR_MSG 1
191191
#undef CONFIG_DEBUG_WARN_MSG
192192
#undef CONFIG_DEBUG_INFO_MSG

targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ INFRA_START_SECTION void PLAT_Start(void)
213213
HalTimerOpInit_Patch(&HalTimerOp);
214214
#endif
215215

216-
DBG_8195A("===== Enter Image 2 ====\n");
216+
//DBG_8195A("===== Enter Image 2 ====\n");
217217

218218

219219
SystemCoreClockUpdate();

0 commit comments

Comments
 (0)