Comment 7 for bug 1836698

Revision history for this message
john (jkovach) wrote :

By the way, the full newlib would pull a lot of code. I think it would be wise to accept the limitations of newlib_nano and modify your code like the following:
uint8_t value = 123;
snprintf(buffer, sizeof(buffer), "value=%d\n", (int)value);