mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
newlib and picolibc already implicitly add the `0x` prefix for `%p` just as glibc does, and some of our tests scripts depend on this. (And subjectively, this looks better.) This adds https://github.com/mpaland/printf/pull/90 on top of our patches.