X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2Fbtnode3%2Fhardware.h;h=99484b8ba2b8407f120c40b713961185a807283e;hp=14103ceb921d295abda66c0ccb37d741b6f712db;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/platforms/btnode3/hardware.h b/tos/platforms/btnode3/hardware.h index 14103ceb..99484b8b 100644 --- a/tos/platforms/btnode3/hardware.h +++ b/tos/platforms/btnode3/hardware.h @@ -53,6 +53,12 @@ #include #include +// enum so components can override power saving, +// as per TEP 112. +enum { + TOS_SLEEP_NONE = ATM128_POWER_IDLE, +}; + // A/D constants (channels, etc) enum { CHANNEL_RSSI = ATM128_ADC_SNGL_ADC2,