Hi.
I came across the warning message as follow
warning: implicit declaration of function 'ITM_SenderChar' is invalid in C99
when I implement ITM_SendChar('\r');
what am I supposed to do to resolve this problem?