mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 03:53:49 +01:00
With `newlib-nano` and other smaller `libc`s the output of floats does not work with `printf()`. Since minmea uses floating point operations I used `fmt` instead.