]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/micaz/platform_message.h
Add serial metadata to all platform_message.h files.
[tinyos-2.x.git] / tos / platforms / micaz / platform_message.h
index c860be680d57fd1ed211e241f805b48bc70d05fd..ca5185223d3502d00275a2b819225c4f48704887 100644 (file)
@@ -54,6 +54,7 @@ typedef union message_footer {
 
 typedef union message_metadata {
   cc2420_metadata_t cc2420;
+  serial_metadata_t serial;
 } message_metadata_t;
 
 #endif