aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-wdt.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2018-06-17 19:40:38 -0600
committerSelene ToyKeeper2018-06-17 19:40:38 -0600
commit3dcfc924bf18c48b76f4b950471160436fddb316 (patch)
treef3a7c80d8a2cdb116f3217d6750f6a7faf0852d5 /spaghetti-monster/fsm-wdt.h
parentImplemented halfsleep mode. (diff)
downloadanduril-3dcfc924bf18c48b76f4b950471160436fddb316.tar.gz
anduril-3dcfc924bf18c48b76f4b950471160436fddb316.tar.bz2
anduril-3dcfc924bf18c48b76f4b950471160436fddb316.zip
Changed halfsleep mode to TICK_DURING_STANDBY. Added blinking indicator LED support to Anduril.
Diffstat (limited to '')
-rw-r--r--spaghetti-monster/fsm-wdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/fsm-wdt.h b/spaghetti-monster/fsm-wdt.h
index 1173382..3c395c1 100644
--- a/spaghetti-monster/fsm-wdt.h
+++ b/spaghetti-monster/fsm-wdt.h
@@ -25,7 +25,7 @@
void WDT_on();
inline void WDT_off();
-#ifdef USE_HALFSLEEP_MODE
+#ifdef TICK_DURING_STANDBY
volatile uint8_t f_wdt = 0;
#endif