[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosa platform_message.h, 1.4, 1.5

Phil Levis scipio at users.sourceforge.net
Tue Feb 19 14:03:47 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosa
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23372/telosa

Modified Files:
	platform_message.h 
Log Message:
Add serial metadata to all platform_message.h files.


Index: platform_message.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosa/platform_message.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** platform_message.h	12 Dec 2006 18:23:44 -0000	1.4
--- platform_message.h	19 Feb 2008 22:03:45 -0000	1.5
***************
*** 54,57 ****
--- 54,58 ----
  typedef union TOSRadioMetadata {
    cc2420_metadata_t cc2420;
+   serial_metadata_t serial;
  } message_metadata_t;
  



More information about the Tinyos-2-commits mailing list