]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc2420/lpl/DefaultLplC.nc
Big commit of the default lpl. These changes deprecate TEP105.
[tinyos-2.x.git] / tos / chips / cc2420 / lpl / DefaultLplC.nc
index 2d80b9f3f23232ac12ddc305d598611ce4dea0f7..b18b08a5ffff1df5b23d1d594896781393edd967 100644 (file)
@@ -66,6 +66,7 @@ implementation {
       new StateC() as SendStateC,
       new TimerMilliC() as OffTimerC,
       new TimerMilliC() as SendDoneTimerC,
+      SystemLowPowerListeningC,
       LedsC;
   
   LowPowerListening = DefaultLplP;
@@ -94,5 +95,5 @@ implementation {
   DefaultLplP.RadioBackoff -> CC2420CsmaC;
   DefaultLplP.Random -> RandomC;
   DefaultLplP.Leds -> LedsC;
-  
+  DefaultLplP.SystemLowPowerListening -> SystemLowPowerListeningC;
 }