[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestFtsp TestFtsp.h, 1.1, 1.2

Janos Sallai sallai at users.sourceforge.net
Mon Nov 3 08:52:45 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestFtsp
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27177

Modified Files:
	TestFtsp.h 
Log Message:
bugfix: skew must be signed

Index: TestFtsp.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestFtsp/TestFtsp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestFtsp.h	2 Jul 2008 17:42:42 -0000	1.1
--- TestFtsp.h	3 Nov 2008 16:52:43 -0000	1.2
***************
*** 32,36 ****
    nx_uint32_t    local_rx_timestamp;
    nx_uint32_t    global_rx_timestamp;
!   nx_uint32_t    skew_times_1000000;
    nx_uint8_t     is_synced;
    nx_uint16_t    ftsp_root_addr;
--- 32,36 ----
    nx_uint32_t    local_rx_timestamp;
    nx_uint32_t    global_rx_timestamp;
!   nx_int32_t     skew_times_1000000;
    nx_uint8_t     is_synced;
    nx_uint16_t    ftsp_root_addr;



More information about the Tinyos-2-commits mailing list