]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/rf212/RF212Ieee154MessageC.nc
use SendResource with RADIO_SEND_RESOURCE for the resource
[tinyos-2.x.git] / tos / chips / rf2xx / rf212 / RF212Ieee154MessageC.nc
index 6c40049b136b5dcdf27f793e075e19fa8420b8a7..d788fe299b51e9ab44ad75adb543110a3964c4b8 100644 (file)
@@ -39,7 +39,7 @@ configuration RF212Ieee154MessageC
 
                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 = RF212RadioC.PacketForIeee154Message;
        Ieee154Packet = RF212RadioC;
-       RadioSendResource = RF212RadioC;
+       SendResource = RF212RadioC;
 
        PacketAcknowledgements = RF212RadioC;
        LowPowerListening = RF212RadioC;