aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-main.c
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-main.c
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-main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/spaghetti-monster/fsm-main.c b/spaghetti-monster/fsm-main.c
index 8f21846..b0b44fb 100644
--- a/spaghetti-monster/fsm-main.c
+++ b/spaghetti-monster/fsm-main.c
@@ -126,7 +126,6 @@ int main() {
PWM4_LVL = 255; // inverted :(
#endif
#endif
- go_to_standby = 0;
standby_mode();
}