[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc1000 CC1000Msg.h, 1.5, 1.6

Jan Beutel beutel at users.sourceforge.net
Mon Sep 1 01:26:48 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/cc1000
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16743/tos/chips/cc1000

Modified Files:
	CC1000Msg.h 
Log Message:
reverted devdj commit that broke building for mica2dot

Index: CC1000Msg.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc1000/CC1000Msg.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** CC1000Msg.h	19 Aug 2008 10:28:02 -0000	1.5
--- CC1000Msg.h	1 Sep 2008 08:26:45 -0000	1.6
***************
*** 30,43 ****
    nx_int16_t strength_or_preamble; /* negative when used for preamble length */
    nx_uint8_t metadataBits;
!   nx_bool timesync;
!   nx_uint32_t timestamp;
    nx_uint8_t sendSecurityMode;
    nx_uint8_t receiveSecurityMode;  
  } cc1000_metadata_t;
  
- enum
- {
-   CC1000_INVALID_TIMESTAMP  = 0x80000000L,
- };
- 
  #endif
--- 30,37 ----
    nx_int16_t strength_or_preamble; /* negative when used for preamble length */
    nx_uint8_t metadataBits;
!   nx_uint16_t time;
    nx_uint8_t sendSecurityMode;
    nx_uint8_t receiveSecurityMode;  
  } cc1000_metadata_t;
  
  #endif



More information about the Tinyos-2-commits mailing list