When sending data to PC, the User UART in IWR1642 Demo will be automatically followed a \r in the final, if there is a \n.
For example, when executing the following code:
CLI_ write ("Done\n");
Actually I will get Done\n\r on my PC
In this case, where can I modify or set it to remove this \r, that is, not to generate this \r automatically anymore?
120% Thanks in advance for your kind reply.