]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/UniqueLayerC.nc
Use BareSend/BareReceive instead of Send/Receive to avoid duplication of payload...
[tinyos-2.x.git] / tos / chips / rf2xx / layers / UniqueLayerC.nc
index 5d2e5f234cf41c823e723b4a2ae09743bd04a02e..e5333893e0e1d9797615caa9f2fa00ef4ad2e2be 100755 (executable)
@@ -26,12 +26,12 @@ configuration UniqueLayerC
        provides
        {
                // NOTE, this is a combined layer, should be hooked up at two places
-               interface Send;
+               interface BareSend as Send;
                interface RadioReceive;
        }
        uses
        {
-               interface Send as SubSend;
+               interface BareSend as SubSend;
                interface RadioReceive as SubReceive;
 
                interface UniqueConfig as Config;