X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftelosb%2Fhardware.h;h=50bac24689954ccec386ff08e0268e2c9b8d5555;hb=40c17b3af46339be8f27402b7b92652f1794017e;hp=8b720fa288fc8ca3fcdfbe99e6b52f33ed703058;hpb=584be94c30713d3f0d7b8b425eea8df4f99b6c0d;p=tinyos-2.x.git 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);