]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf230/RF230ActiveMessageC.nc
implement getChannel and rename interface to RadioChannel
[tinyos-2.x.git] / tos / chips / rf230 / RF230ActiveMessageC.nc
index 6a026044cd3d7a96e5fdfd44e9bbc686c67c8b87..892da9d95346fdfbf4b4ba1a19abe8d8234aff7f 100644 (file)
@@ -37,7 +37,7 @@ configuration RF230ActiveMessageC
                interface AMPacket;
                interface PacketAcknowledgements;
                interface LowPowerListening;
-               interface RadioConfig;
+               interface RadioChannel;
 
                interface PacketField<uint8_t> as PacketLinkQuality;
                interface PacketField<uint8_t> as PacketTransmitPower;
@@ -69,7 +69,7 @@ implementation
        PacketTimeStampRadio = RF230PacketC;
        PacketTimeStampMilli = RF230PacketC;
        LowPowerListening = LowPowerListeningLayerC;
-       RadioConfig = MessageBufferLayerC;
+       RadioChannel = MessageBufferLayerC;
 
        components ActiveMessageLayerC;
 #ifdef TFRAMES_ENABLED