1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 16:31:18 +01:00
Gaëtan Harter 124e1dd3fa
tests/bloom_bytes: replace %f with fmt/print_float
Even if using `%f` the `printf_float` module was not used.

When running the test on `samr21-xpro` and `arduino-mega2560` the float
is not printed correctly.

 * samr21-xpro ` false positive rate.`
 * arduino-mega2560 `? false positive rate.`

As the arduino-mega2560 does not handle printf_float use
`fmt/print_float`.

The output should be flushed before using fmt/print functions if
available as they do not use `printf` buffer.
2019-02-21 16:19:38 +01:00
..
2018-06-11 19:12:02 +02:00
2019-02-16 08:23:20 +01:00
2019-02-16 08:23:20 +01:00
2018-06-11 19:12:02 +02:00
2018-09-21 13:48:00 +02:00
2018-12-04 00:01:42 +01:00