X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FTestFtsp%2FFtspLpl%2FTestFtspC.nc;h=58b58ee35c362f350256e5b149902989ced4c783;hb=148c570897568984aa26a318a4da0448c12e7a80;hp=fe377e0ce17c0742b517b61319700ab0ec71e5cc;hpb=6a9de0b97374cdac65d47629f0bc022627ee3567;p=tinyos-2.x.git diff --git a/apps/tests/TestFtsp/FtspLpl/TestFtspC.nc b/apps/tests/TestFtsp/FtspLpl/TestFtspC.nc index fe377e0c..58b58ee3 100755 --- a/apps/tests/TestFtsp/FtspLpl/TestFtspC.nc +++ b/apps/tests/TestFtsp/FtspLpl/TestFtspC.nc @@ -44,9 +44,7 @@ module TestFtspC interface TimeSyncPacket; -#ifdef LOW_POWER_LISTENING interface LowPowerListening; -#endif } } @@ -116,9 +114,7 @@ implementation } event void RadioControl.startDone(error_t err) { -#ifdef LOW_POWER_LISTENING call LowPowerListening.setLocalWakeupInterval(LPL_INTERVAL); -#endif } event void RadioControl.stopDone(error_t error){} }