]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/McuSleepC.nc
MSP430 low power state defaults to LPM4, timer system overrides to
[tinyos-2.x.git] / tos / chips / msp430 / McuSleepC.nc
index 504e9add33adeaf1a387e331cabab971eb2d9079..3d47fc5d1fca9d1d04b017a2709566073024cc97 100644 (file)
@@ -64,7 +64,7 @@ implementation {
   };
     
   mcu_power_t getPowerState() {
-    mcu_power_t pState = MSP430_POWER_LPM3;
+    mcu_power_t pState = MSP430_POWER_LPM4;
     // TimerA, USART0, USART1 check
     if ((((TACCTL0 & CCIE) ||
          (TACCTL1 & CCIE) ||