]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf230/DefaultPacket.h
updated TimeSyncMessage implementation
[tinyos-2.x.git] / tos / chips / rf230 / DefaultPacket.h
index 819b5bd48d82aa466844868ad9dc4a6ec9939fa7..dcf62d3c6ff74b775e44ef0869016ae44c21792f 100644 (file)
@@ -43,15 +43,4 @@ enum defpacket_metadata_flags
        DEFPACKET_CLEAR_METADATA = 0x00,
 };
 
-typedef nx_struct defpacket_footer_t
-{
-       nx_uint16_t timeoffset;
-} defpacket_footer_t;
-
-enum defpacket_footer_enum
-{
-       // just to signal missing time offsets
-       DEFPACKET_INVALID_TIMEOFFSET = 0x7317,
-};
-
 #endif//__DEFAULTPACKET_H__