X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fftsp%2FTimeSyncC.nc;h=8022d8a9f6a354fcb06023aa9c1c191ff30a0e65;hb=c2446e77b000475fd96907b3c3e12ec1fd90c3ab;hp=58af71d282c36e84bc0b91f458f5a874e1f8b108;hpb=b34c3d8bdc4a0e98a0ba9ec200d392a89a50ea6d;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 + }