I just realised another shortcoming of sscanf()
.
While it is a known fact that %f
doesn’t work I was surprised that %hhu
for uint8_t
also is unsupported (%hu
for uint16_t
does work tho’).
4 Likes
Thanks for raising this as an issue, ScruffR! I’ll bring it up internally.
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.