X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Flayers%2FPacketLinkLayer.h;h=df518ce189f335e9460efb2b04d3674b40027fed;hb=fb06e38f2c4372980a983a3d79f584221d475a36;hp=785e61ec1dd94871c8128b27db8080bfe3002bfb;hpb=a3ebb402bf00465e45f4420fb0c472e03432cca9;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/layers/PacketLinkLayer.h b/tos/chips/rf2xx/layers/PacketLinkLayer.h index 785e61ec..df518ce1 100644 --- a/tos/chips/rf2xx/layers/PacketLinkLayer.h +++ b/tos/chips/rf2xx/layers/PacketLinkLayer.h @@ -24,10 +24,10 @@ #ifndef __PACKETLINKLAYER_H__ #define __PACKETLINKLAYER_H__ -typedef struct packet_link_metadata_t +typedef struct link_metadata_t { - nx_uint16_t maxRetries; - nx_uint16_t retryDelay; -} packet_link_metadata_t; + uint16_t maxRetries; + uint16_t retryDelay; +} link_metadata_t; #endif//__PACKETLINKLAYER_H__