Hello, I have strange issue with XC16 with below code.
float Test = 12345.6
unsigned char LCDBuffer;
sprintf(LCDBuffer,"%.2g ",Test) ;
LCDString((unsigned char * ) LCDBuffer);
I have got below Errors and Warnings.