]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc2420/csma/CC2420CsmaC.nc
* Removed hardware address recognition to monitor its affect on unit tests, low power...
[tinyos-2.x.git] / tos / chips / cc2420 / csma / CC2420CsmaC.nc
index 7e8dd5121f0b4e0245ca47275db1ee113cf87283..74ba75332002e0f8058508898eaf1cfd70655222 100644 (file)
@@ -44,7 +44,7 @@ configuration CC2420CsmaC {
   provides interface SplitControl;
   provides interface Send;
   provides interface Receive;
-  provides interface RadioBackoff[am_id_t amId];
+  provides interface RadioBackoff;
 
 }
 
@@ -55,9 +55,6 @@ implementation {
   SplitControl = CsmaP;
   Send = CsmaP;
   
-  components CC2420ActiveMessageC;
-  CsmaP.AMPacket -> CC2420ActiveMessageC;
-  
   components CC2420ControlC;
   CsmaP.Resource -> CC2420ControlC;
   CsmaP.CC2420Power -> CC2420ControlC;