This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

warning: implicit declaration of function 'ITM_SenderChar' is invalid in C99 issue

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?