]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestFtsp/TestFtsp.h
bugfix: skew must be signed
[tinyos-2.x.git] / apps / tests / TestFtsp / TestFtsp.h
index c5ded3650faf8ddebcf75c0daef91b5faeed5d74..cc241ab6e15a68132ffddc45f545b3ed97ec0056 100644 (file)
@@ -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;