You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changes to the function:
static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer)
The function: strcpy((char*)output, "false") causes memory crashes in ThreadX(at least in my case). The modification delivers the same results, but without the crash.
0 commit comments