X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftinynode%2Fhardware.h;h=b5a939cd2950b665f9702b75d67ac4bffef3f4f2;hb=40c17b3af46339be8f27402b7b92652f1794017e;hp=eaa8005192d9f8910fc0a0ee4e4b30d14db13821;hpb=584be94c30713d3f0d7b8b425eea8df4f99b6c0d;p=tinyos-2.x.git diff --git a/tos/platforms/tinynode/hardware.h b/tos/platforms/tinynode/hardware.h index eaa80051..b5a939cd 100644 --- a/tos/platforms/tinynode/hardware.h +++ b/tos/platforms/tinynode/hardware.h @@ -44,6 +44,11 @@ #include "msp430hardware.h" +// enum so components can override power saving, +// as per TEP 112. +enum { + TOS_SLEEP_NONE = MSP430_POWER_ACTIVE, +}; // XE1205 radio TOSH_ASSIGN_PIN(NSS_DATA, 1, 0);