newlib-nano: Printf formatting does not work properly with "PRIu8"
#17083
Labels
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
When using
"PRIu8"
and if usingnewlib
then it gets formatted ashu
. This does not happen withpicolibc
.Related to #1891, but as that one focuses on floats, a new issue is oppened.
Steps to reproduce the issue
Try a
PRIu8
formatedprintf
, eg with this diff:Expected results
Actual results
Versions
BUILD_IN_DOCKER=1
The text was updated successfully, but these errors were encountered: