Using:MPLAB X IDE v3.61Harmony v1.08XC32 v1.42 I am trying to send debug info over a uart connection. To do this I use the SYS_CMD_PRINT(const char* format, ...) function. The problem is with the variable amount of arguments being passed to the vsnprintf ..
↧