zephyr/tests/kernel/context/src
Keith Packard 95a5c60abf tests/kernel: Cast time difference to int32_t before abs call
Clang complains when an unsigned value is passed to abs, even though there
is an implicit cast to a signed type. Insert an explicit cast to make clang
happy.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-04-05 10:38:34 +02:00
..
main.c tests/kernel: Cast time difference to int32_t before abs call 2023-04-05 10:38:34 +02:00