]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/LowPowerListeningLayerC.nc
tune the LPL constants (use 5 ms listen check)
[tinyos-2.x.git] / tos / chips / rf2xx / layers / LowPowerListeningLayerC.nc
index 75d0715479393cdd39eed3b6ff81eca6c5610642..d3b8ebe71d7ccac536e4d684c73c2694f20f6f7f 100644 (file)
@@ -64,4 +64,7 @@ implementation
        
        LowPowerListeningLayerP.Timer -> TimerMilliC;
        LowPowerListeningLayerP.SystemLowPowerListening -> SystemLowPowerListeningC;
+
+       components NoLedsC as LedsC;
+       LowPowerListeningLayerP.Leds -> LedsC;
 }