X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Frf230%2FRF230PacketC.nc;h=31e826996d488a1faddbe3751cdbad7bf9ac5f97;hb=248036f967b45dd8f069bc1de84ee28489ad45ba;hp=23115e83f27b9440122fcbc648e776580c23c59c;hpb=a651cc27b07fdde5e3e894d4ea3374cee451efcc;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/rf230/RF230PacketC.nc b/tos/chips/rf2xx/rf230/RF230PacketC.nc index 23115e83..31e82699 100644 --- a/tos/chips/rf2xx/rf230/RF230PacketC.nc +++ b/tos/chips/rf2xx/rf230/RF230PacketC.nc @@ -36,6 +36,9 @@ configuration RF230PacketC interface PacketTimeStamp as PacketTimeStampRadio; interface PacketTimeStamp as PacketTimeStampMilli; +#ifdef PACKET_LINK + interface PacketData as PaketLinkMetadata; +#endif } } @@ -59,4 +62,8 @@ implementation PacketTimeStampRadio = RF230PacketP; PacketTimeStampMilli = RF230PacketP; + +#ifdef PACKET_LINK + PaketLinkMetadata = RF230PacketP; +#endif }