Skip to content

SDK v17.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 20:16
· 21 commits to main since this release

Bug fixes

  • 63e13de - Fix minimal stdio ungetc (and thus scanf)
    • The ungetc buffer was accidentally given type bool, so the characters that scanf would ungetc would be forced to 1.