From: sallai Date: Mon, 3 Nov 2008 16:52:43 +0000 (+0000) Subject: bugfix: skew must be signed X-Git-Tag: rc_6_tinyos_2_1_1~573 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=6acd0644a2a484b80687054de0c524d95cc6ba06 bugfix: skew must be signed --- 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;