Hi, the following code seems to work intermittently:
uint16_t int_val = 50; char *msg; ltoa(int_val, msg);
Should this code work? The exact code was working and stopped working.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi, the following code seems to work intermittently:
uint16_t int_val = 50; char *msg; ltoa(int_val, msg);
Should this code work? The exact code was working and stopped working.