X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2FeyesIFX%2FeyesIFXv1%2Fhardware.h;h=91c4f3066312eead85ce30784e4148376b9fb53f;hb=40c17b3af46339be8f27402b7b92652f1794017e;hp=8c1e786b9944335aa43c13e6f803ecc0d5c420bc;hpb=584be94c30713d3f0d7b8b425eea8df4f99b6c0d;p=tinyos-2.x.git diff --git a/tos/platforms/eyesIFX/eyesIFXv1/hardware.h b/tos/platforms/eyesIFX/eyesIFXv1/hardware.h index 8c1e786b..91c4f306 100644 --- a/tos/platforms/eyesIFX/eyesIFXv1/hardware.h +++ b/tos/platforms/eyesIFX/eyesIFXv1/hardware.h @@ -35,6 +35,12 @@ #include "msp430hardware.h" +// enum so components can override power saving, +// as per TEP 112. +enum { + TOS_SLEEP_NONE = MSP430_POWER_ACTIVE, +}; + // LED assignments TOSH_ASSIGN_PIN(RED_LED, 5, 0); // Compatibility with the mica2 TOSH_ASSIGN_PIN(GREEN_LED, 5, 1);