X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Flayers%2FSoftwareAckLayerC.nc;h=775b9cdc9084d288ee51973c94a4f23778cea1e4;hb=97e9cb5f12a8fcdd7537ddd0eec19ffe364af663;hp=44e2cf063a2705f83db05b9d54375fd278d3ba51;hpb=51b365b6cb1df293dac98e285ae4856c2dccba2b;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/layers/SoftwareAckLayerC.nc b/tos/chips/rf2xx/layers/SoftwareAckLayerC.nc index 44e2cf06..775b9cdc 100755 --- a/tos/chips/rf2xx/layers/SoftwareAckLayerC.nc +++ b/tos/chips/rf2xx/layers/SoftwareAckLayerC.nc @@ -27,8 +27,10 @@ configuration SoftwareAckLayerC { interface RadioSend; interface RadioReceive; + interface PacketAcknowledgements; } + uses { interface RadioSend as SubSend;