]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc2420/CC2420ActiveMessageC.nc
* Removed hardware address recognition to monitor its affect on unit tests, low power...
[tinyos-2.x.git] / tos / chips / cc2420 / CC2420ActiveMessageC.nc
index b69861cb1d09275915e4f785ff16c66e20321bee..f39f1b7ae8a8fd99bb0a37a379b794abc47c9d11 100644 (file)
@@ -78,7 +78,7 @@ implementation {
 #endif
 
   
-  RadioBackoff = CsmaC;
+  RadioBackoff = AM;
   Packet = AM;
   AMSend = AM;
   SendNotifier = AM;
@@ -113,4 +113,6 @@ implementation {
   AM.CC2420PacketBody -> CC2420PacketC;
   AM.CC2420Config -> CC2420ControlC;
   
+  AM.SubBackoff -> CsmaC;
+  
 }