disable DBinit
This commit is contained in:
parent
6e8346ffb4
commit
b0a1f4fc2b
|
@ -100,7 +100,7 @@ void SystemApp_Init(void)
|
||||||
UTIL_TIMER_Init();
|
UTIL_TIMER_Init();
|
||||||
SYS_TimerInitialisedFlag = 1;
|
SYS_TimerInitialisedFlag = 1;
|
||||||
/* Initializes the SW probes pins and the monitor RF pins via Alternate Function */
|
/* Initializes the SW probes pins and the monitor RF pins via Alternate Function */
|
||||||
DBG_Init();
|
//DBG_Init();
|
||||||
|
|
||||||
/*Initialize the terminal */
|
/*Initialize the terminal */
|
||||||
UTIL_ADV_TRACE_Init();
|
UTIL_ADV_TRACE_Init();
|
||||||
|
|
Loading…
Reference in New Issue