X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2FeyesIFX%2FeyesIFXv1%2Fhardware.h;h=91c4f3066312eead85ce30784e4148376b9fb53f;hp=8c1e786b9944335aa43c13e6f803ecc0d5c420bc;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 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);