X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fftsp%2FTimeSyncC.nc;h=8022d8a9f6a354fcb06023aa9c1c191ff30a0e65;hb=c3864fde9bec0c02c0c6b4221ddde0801a82c980;hp=58af71d282c36e84bc0b91f458f5a874e1f8b108;hpb=20150f888460e06a59b649ff19da9682768ab3b7;p=tinyos-2.x.git diff --git a/tos/lib/ftsp/TimeSyncC.nc b/tos/lib/ftsp/TimeSyncC.nc index 58af71d2..8022d8a9 100644 --- a/tos/lib/ftsp/TimeSyncC.nc +++ b/tos/lib/ftsp/TimeSyncC.nc @@ -69,4 +69,9 @@ implementation #endif TimeSyncP.Leds -> LedsC; +#ifdef LOW_POWER_LISTENING + components CC2420ActiveMessageC; + TimeSyncP.LowPowerListening -> CC2420ActiveMessageC; +#endif + }