zephyr/tests/kernel/timer/timer_api/src
Peter Bigot ce47c809b9 tests: kernel: timer_api: fix formatting specifiers in diagnostic
Several of the values passed to the conversion failure diagnostic are
unsigned and/or 32-bit values, while all format specifiers are for
signed 64-bit integers.  Make the specifiers consistent with the
argument.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-08-26 12:24:58 +02:00
..
main.c tests: kernel: timer_api: remove extra adjustment to expected result 2020-06-09 18:57:31 +02:00
timer_convert.c tests: kernel: timer_api: fix formatting specifiers in diagnostic 2020-08-26 12:24:58 +02:00