]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/DummyLayerC.nc
Use BareSend/BareReceive instead of Send/Receive to avoid duplication of payload...
[tinyos-2.x.git] / tos / chips / rf2xx / layers / DummyLayerC.nc
index a595974bae878bfda7ae7f3c95e7b0651d3b9cdd..1c71a9aa6c5749345f8f7c5f4930c7a8d33cd494 100644 (file)
@@ -26,8 +26,8 @@ generic configuration DummyLayerC()
        provides
        {
                interface SplitControl;
-               interface Send;
-               interface Receive;
+               interface BareSend as Send;
+               interface BareReceive as Receive;
 
                interface RadioState;
                interface RadioSend;
@@ -41,8 +41,8 @@ generic configuration DummyLayerC()
        uses 
        {
                interface SplitControl as SubControl;
-               interface Send as SubSend;
-               interface Receive as SubReceive;
+               interface BareSend as SubSend;
+               interface BareReceive as SubReceive;
 
                interface RadioState as SubState;
                interface RadioSend as SubRadioSend;