X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2Ftelosb%2Fhardware.h;h=50bac24689954ccec386ff08e0268e2c9b8d5555;hp=8b720fa288fc8ca3fcdfbe99e6b52f33ed703058;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/platforms/telosb/hardware.h b/tos/platforms/telosb/hardware.h index 8b720fa2..50bac246 100644 --- a/tos/platforms/telosb/hardware.h +++ b/tos/platforms/telosb/hardware.h @@ -2,9 +2,12 @@ #define _H_hardware_h #include "msp430hardware.h" -//#include "MSP430ADC12.h" -//#include "CC2420Const.h" -//#include "AM.h" + +// enum so components can override power saving, +// as per TEP 112. +enum { + TOS_SLEEP_NONE = MSP430_POWER_ACTIVE, +}; // LEDs TOSH_ASSIGN_PIN(RED_LED, 5, 4);