]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestFtsp/FtspLpl/TestFtspC.nc
removed cc2420 dependency
[tinyos-2.x.git] / apps / tests / TestFtsp / FtspLpl / TestFtspC.nc
index fe377e0ce17c0742b517b61319700ab0ec71e5cc..58b58ee35c362f350256e5b149902989ced4c783 100755 (executable)
@@ -44,9 +44,7 @@ module TestFtspC
 
         interface TimeSyncPacket<T32khz,uint32_t>;
 
-#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){}
 }