Signed-off-by: Nicolas Morey-Chaisemartin <nmo...@kalray.eu>
---
 example/timer/odp_timer_test.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/example/timer/odp_timer_test.c b/example/timer/odp_timer_test.c
index 933dc3b..0173099 100644
--- a/example/timer/odp_timer_test.c
+++ b/example/timer/odp_timer_test.c
@@ -173,7 +173,8 @@ static void test_abs_timeouts(int thr, test_globals_t *gbls)
                uint32_t rx_num = odp_atomic_fetch_dec_u32(&gbls->remain);
 
                if (!rx_num)
-                       EXAMPLE_ABORT("Unexpected timeout received (timer %x, 
tick %"PRIu64")\n",
+                       EXAMPLE_ABORT("Unexpected timeout received (timer %"
+                                     PRIx32 ", tick %" PRIu64 ")\n",
                                      ttp->tim, tick);
                else if (rx_num > num_workers)
                        continue;
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to