X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftinynode%2Fplatform_message.h;h=17b5508dcb1009376d6528d48ff47c8b5e8d4ce3;hb=89130fbf281004f2d64d3ad098f62daeab98ed6e;hp=821bb8aa7327567d4ea9a962f438659369161021;hpb=524760683edf6e9a923554b34bca9ddcaf9b0cb5;p=tinyos-2.x.git diff --git a/tos/platforms/tinynode/platform_message.h b/tos/platforms/tinynode/platform_message.h index 821bb8aa..17b5508d 100644 --- a/tos/platforms/tinynode/platform_message.h +++ b/tos/platforms/tinynode/platform_message.h @@ -48,6 +48,7 @@ typedef union message_footer { typedef union message_metadata { xe1205_metadata_t xe1205; + serial_metadata_t serial; } message_metadata_t; #endif