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