mirror of https://github.com/ARMmbed/mbed-os.git
mute debug message in RAM1 (changed)
parent
f8019f4526
commit
9a0cb73447
|
@ -186,7 +186,7 @@
|
|||
#define CONFIG_UART_LOG_HISTORY 1
|
||||
#undef CONFIG_CONSOLE_NORMALL_MODE
|
||||
#define CONFIG_CONSOLE_VERIFY_MODE 1
|
||||
//#define CONFIG_DEBUG_LOG 1
|
||||
#define CONFIG_DEBUG_LOG 1
|
||||
#define CONFIG_DEBUG_ERR_MSG 1
|
||||
#undef CONFIG_DEBUG_WARN_MSG
|
||||
#undef CONFIG_DEBUG_INFO_MSG
|
||||
|
|
|
@ -213,7 +213,7 @@ INFRA_START_SECTION void PLAT_Start(void)
|
|||
HalTimerOpInit_Patch(&HalTimerOp);
|
||||
#endif
|
||||
|
||||
DBG_8195A("===== Enter Image 2 ====\n");
|
||||
//DBG_8195A("===== Enter Image 2 ====\n");
|
||||
|
||||
|
||||
SystemCoreClockUpdate();
|
||||
|
|
Loading…
Reference in New Issue