[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430 McuSleepC.nc, 1.5, 1.6
Phil Levis
scipio at users.sourceforge.net
Tue Jul 7 11:53:42 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32681
Modified Files:
McuSleepC.nc
Log Message:
MSP430 low power state defaults to LPM4, timer system overrides to
LPM3.
Index: McuSleepC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/McuSleepC.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** McuSleepC.nc 23 Jul 2008 17:25:42 -0000 1.5
--- McuSleepC.nc 7 Jul 2009 18:53:40 -0000 1.6
***************
*** 65,69 ****
mcu_power_t getPowerState() {
! mcu_power_t pState = MSP430_POWER_LPM3;
// TimerA, USART0, USART1 check
if ((((TACCTL0 & CCIE) ||
--- 65,69 ----
mcu_power_t getPowerState() {
! mcu_power_t pState = MSP430_POWER_LPM4;
// TimerA, USART0, USART1 check
if ((((TACCTL0 & CCIE) ||
More information about the Tinyos-2-commits
mailing list