From 6acd0644a2a484b80687054de0c524d95cc6ba06 Mon Sep 17 00:00:00 2001 From: sallai Date: Mon, 3 Nov 2008 16:52:43 +0000 Subject: [PATCH] bugfix: skew must be signed --- apps/tests/TestFtsp/TestFtsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tests/TestFtsp/TestFtsp.h b/apps/tests/TestFtsp/TestFtsp.h index c5ded365..cc241ab6 100644 --- a/apps/tests/TestFtsp/TestFtsp.h +++ b/apps/tests/TestFtsp/TestFtsp.h @@ -31,7 +31,7 @@ typedef nx_struct test_ftsp_msg nx_uint16_t counter; nx_uint32_t local_rx_timestamp; nx_uint32_t global_rx_timestamp; - nx_uint32_t skew_times_1000000; + nx_int32_t skew_times_1000000; nx_uint8_t is_synced; nx_uint16_t ftsp_root_addr; nx_uint8_t ftsp_seq; -- 2.39.2