Tool/software: TI C/C++ Compiler
Hi,
I'm tryng to print unsigned integer through uart on teraterm. so, i specified my format specifier as %u. the compiler is not accepting it. So, can anyone have any idea to print my unsigned integer ?
sprintf(debug_string, "Distance: %u", result);
My IDE is CCS with V8 version.
Thankyou,
Manideep