disable DBinit

This commit is contained in:
Yunhorn 2024-03-21 16:49:25 +08:00
parent 6e8346ffb4
commit b0a1f4fc2b
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ void SystemApp_Init(void)
UTIL_TIMER_Init();
SYS_TimerInitialisedFlag = 1;
/* Initializes the SW probes pins and the monitor RF pins via Alternate Function */
DBG_Init();
//DBG_Init();
/*Initialize the terminal */
UTIL_ADV_TRACE_Init();