User Activity

Hi,I have some code with a call to sscanf from libc.a.The code is as follow: uint8_t arg1; char arg2[7]; char arg3[64]; uint16_t arg4; uint16_t arg5; char arg6[8]; sscanf( msg, "%hhu,\"%[^\"]\",\"%[^\"]\",%hu,%hu,%hhu", &arg1, arg2, arg3, &arg4, &ar...
Kudos given to