]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/ActiveMessageLayerC.nc
Use BareSend/BareReceive instead of Send/Receive to avoid duplication of payload...
[tinyos-2.x.git] / tos / chips / rf2xx / layers / ActiveMessageLayerC.nc
index 29c6d944da4b70beba60246e3a478e60add7b5bf..5404beca6ee5e26045276ce9373e0e4147c16b4a 100755 (executable)
@@ -37,8 +37,8 @@ configuration ActiveMessageLayerC
        uses
        {
                interface RadioPacket as SubPacket;
-               interface Send as SubSend;
-               interface Receive as SubReceive;
+               interface BareSend as SubSend;
+               interface BareReceive as SubReceive;
                interface ActiveMessageConfig as Config;
        }
 }