mpaland / printf

Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
MIT License
2.53k stars 461 forks source link

%p prints uppercase alphabets #84

Open min-lee opened 4 years ago

min-lee commented 4 years ago

Hi, I tried your printf, and it looks good, thanks for writing this. One minor problem I hit into, was that %p prints uppercase alphabets while other printf implementation prints in lower case. I think probably it's good idea to use lower-case rather than uppercase? thanks,

eyalroz commented 3 years ago

Fixed by commit 5fdbaa76ad7bac67098dc7d72ad50fef5aeacec7 on my fork.