]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/LowPowerListeningDummyC.nc
Use BareSend/BareReceive instead of Send/Receive to avoid duplication of payload...
[tinyos-2.x.git] / tos / chips / rf2xx / layers / LowPowerListeningDummyC.nc
index 816710ec8627c91f4e0472d1d7de079c6eaf96c7..163dc8a100554c261943102ab503f5b8c181b0dd 100644 (file)
@@ -26,8 +26,8 @@ configuration LowPowerListeningDummyC
        provides
        {
                interface SplitControl;
-               interface Send;
-               interface Receive;
+               interface BareSend as Send;
+               interface BareReceive as Receive;
                interface RadioPacket;
 
                interface LowPowerListening;
@@ -35,8 +35,8 @@ configuration LowPowerListeningDummyC
        uses
        {
                interface SplitControl as SubControl;
-               interface Send as SubSend;
-               interface Receive as SubReceive;
+               interface BareSend as SubSend;
+               interface BareReceive as SubReceive;
                interface RadioPacket as SubPacket;
        }
 }