]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/btnode3/hardware.h
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / platforms / btnode3 / hardware.h
index 14103ceb921d295abda66c0ccb37d741b6f712db..99484b8ba2b8407f120c40b713961185a807283e 100644 (file)
 #include <Atm128Adc.h>
 #include <MicaTimer.h>
 
+// 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,