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?
"There are specific examples in the C99 standard" I don't have the C99 standard, but C90 specifically states: "Each octal or hexadecimal escape sequence is the longest sequence of characters that can constitute the escape sequence" (my emphasis). So C51 is behaving exactly as specified...
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?