]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/epic/hardware.h
Add TOS_SLEEP_NONE enum so components can prevent
[tinyos-2.x.git] / tos / platforms / epic / hardware.h
index c295356eaf3fac5b7b5641cae3de938c6274218e..e69eb74e773fbfbf69f35fb39586d75a2c2c3763 100644 (file)
 
 #include "msp430hardware.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, 4, 0);
 TOSH_ASSIGN_PIN(GREEN_LED, 4, 3);