mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +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.