]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/IPBaseStation/BaseStationP.nc
- updates to go along with new low power listening interface
[tinyos-2.x.git] / apps / IPBaseStation / BaseStationP.nc
index fc7df4eeccfd71b684a09e3918347d958f45c76e..71645ca91c5b13added1f2782e98e0eb3cc6ed09 100644 (file)
@@ -358,7 +358,7 @@ implementation
       call PacketLink.setRetries(msg, 0);
     }
 #ifdef LPL_SLEEP_INTERVAL
-    call LowPowerListening.setRxSleepInterval(msg, LPL_SLEEP_INTERVAL);
+    call LowPowerListening.setRemoteWakeupInterval(msg, LPL_SLEEP_INTERVAL);
 #endif
     dbg("base", "radio send to: 0x%x len: %i\n", addr, len);
     if (call RadioSend.send(addr, msg, len) == SUCCESS)