SDK v17.1.1
Bug fixes
- 63e13de - Fix minimal
stdio
ungetc
(and thusscanf
)- The
ungetc
buffer was accidentally given typebool
, so the characters thatscanf
wouldungetc
would be forced to 1.
- The
stdio
ungetc
(and thus scanf
)
ungetc
buffer was accidentally given type bool
, so the characters that scanf
would ungetc
would be forced to 1.