[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128 Atm128Power.h,
1.2, 1.3
David Gay
idgay at users.sourceforge.net
Wed Aug 9 15:43:03 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/adc
HplAtm128AdcP.nc, NONE, 1.1 Atm128AdcC.nc, 1.2,
1.3 Atm128AdcP.nc, 1.2, 1.3 HplAtm128AdcC.nc, 1.2, 1.3
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128
HplAtm128UartC.nc, 1.2, 1.3 HplAtm128UartP.nc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22654
Modified Files:
Atm128Power.h
Log Message:
remove bogus constants that duplicate those in atm128hardware.h
Index: Atm128Power.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128/Atm128Power.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Atm128Power.h 12 Jul 2006 17:01:12 -0000 1.2
--- Atm128Power.h 9 Aug 2006 22:43:00 -0000 1.3
***************
*** 30,43 ****
//================== ATmega128 Power Management ==========================
- /* Sleep modes */
- enum {
- ATM128_SLEEP_IDLE = 0,
- ATM128_SLEEP_ADC,
- ATM128_SLEEP_POWER_DOWN,
- ATM128_SLEEP_POWER_SAVE,
- ATM128_SLEEP_STANDBY = 3, //!< enable standby bit (sm2)
- ATM128_SLEEP_EXTENDED_STANDBY = 4, //!< enable standby bit (sm2)
- };
-
/* MCU Control Register */
typedef struct
--- 30,33 ----
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/adc
HplAtm128AdcP.nc, NONE, 1.1 Atm128AdcC.nc, 1.2,
1.3 Atm128AdcP.nc, 1.2, 1.3 HplAtm128AdcC.nc, 1.2, 1.3
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128
HplAtm128UartC.nc, 1.2, 1.3 HplAtm128UartP.nc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list