[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/tinynode platform_message.h, 1.2, 1.3

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


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

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/tinynode/platform_message.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** platform_message.h	12 Jul 2006 17:03:14 -0000	1.2
--- platform_message.h	19 Feb 2008 22:03:45 -0000	1.3
***************
*** 49,52 ****
--- 49,53 ----
  typedef union message_metadata {
    xe1205_metadata_t xe1205;
+   serial_metadata_t serial;
  } message_metadata_t;
  



More information about the Tinyos-2-commits mailing list