]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/ftsp/TimeSyncC.nc
Patch incorporate changes on CVS head through 8/23/09 for tos/lib/ftsp only.
[tinyos-2.x.git] / tos / lib / ftsp / TimeSyncC.nc
index 58af71d282c36e84bc0b91f458f5a874e1f8b108..8022d8a9f6a354fcb06023aa9c1c191ff30a0e65 100644 (file)
@@ -69,4 +69,9 @@ implementation
 #endif
   TimeSyncP.Leds  ->  LedsC;
 
+#ifdef LOW_POWER_LISTENING
+  components CC2420ActiveMessageC;
+  TimeSyncP.LowPowerListening -> CC2420ActiveMessageC;
+#endif
+
 }