]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf230/RF230ActiveMessageC.nc
export a setChannel command to applications
[tinyos-2.x.git] / tos / chips / rf230 / RF230ActiveMessageC.nc
index 96a6fa7f3fd313027e7def7303da868940fac47a..6a026044cd3d7a96e5fdfd44e9bbc686c67c8b87 100644 (file)
@@ -37,12 +37,13 @@ configuration RF230ActiveMessageC
                interface AMPacket;
                interface PacketAcknowledgements;
                interface LowPowerListening;
+               interface RadioConfig;
 
                interface PacketField<uint8_t> as PacketLinkQuality;
                interface PacketField<uint8_t> as PacketTransmitPower;
                interface PacketField<uint8_t> as PacketRSSI;
 
-               interface PacketTimeStamp<TRF230, uint32_t> as PacketTimeStampRadio;
+               interface PacketTimeStamp<TRadio, uint32_t> as PacketTimeStampRadio;
                interface PacketTimeStamp<TMilli, uint32_t> as PacketTimeStampMilli;
        }
 }
@@ -68,6 +69,7 @@ implementation
        PacketTimeStampRadio = RF230PacketC;
        PacketTimeStampMilli = RF230PacketC;
        LowPowerListening = LowPowerListeningLayerC;
+       RadioConfig = MessageBufferLayerC;
 
        components ActiveMessageLayerC;
 #ifdef TFRAMES_ENABLED