]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/rf230/RF230Ieee154MessageC.nc
use SendResource with RADIO_SEND_RESOURCE for the resource
[tinyos-2.x.git] / tos / chips / rf2xx / rf230 / RF230Ieee154MessageC.nc
index 089d4369c8e96ae4625c36bb68b77817e0479ea4..7b9700b4ea857f60b12fcce8163a70670a856656 100644 (file)
@@ -39,7 +39,7 @@ configuration RF230Ieee154MessageC
 
                interface Ieee154Packet;
                interface Packet;
-               interface Resource as RadioSendResource[uint8_t clint];
+               interface Resource as SendResource[uint8_t clint];
 
                interface PacketAcknowledgements;
                interface LowPowerListening;
@@ -69,7 +69,7 @@ implementation
 
        Packet = RF230RadioC.PacketForIeee154Message;
        Ieee154Packet = RF230RadioC;
-       RadioSendResource = RF230RadioC;
+       SendResource = RF230RadioC;
 
        PacketAcknowledgements = RF230RadioC;
        LowPowerListening = RF230RadioC;