aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2020-09-27 03:34:38 -0600
committerSelene ToyKeeper2020-09-27 03:34:38 -0600
commit46dfe80c2bae4d915db0fb8ea61184c6f6de4d6d (patch)
tree16e4c1ae78623fa35a28c32544c73437ccce62f0
parentreworked nice_delay interrupt system and fixed some old issues: (diff)
downloadanduril-46dfe80c2bae4d915db0fb8ea61184c6f6de4d6d.tar.gz
anduril-46dfe80c2bae4d915db0fb8ea61184c6f6de4d6d.tar.bz2
anduril-46dfe80c2bae4d915db0fb8ea61184c6f6de4d6d.zip
fixed factory reset (forgot one line in previous commit)
Diffstat (limited to '')
-rw-r--r--spaghetti-monster/fsm-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-main.c b/spaghetti-monster/fsm-main.c
index 0457d75..b96bce8 100644
--- a/spaghetti-monster/fsm-main.c
+++ b/spaghetti-monster/fsm-main.c
@@ -129,6 +129,7 @@ int main() {
// fallback for handling a few things
#ifndef DONT_USE_DEFAULT_STATE
push_state(default_state, 0);
+ nice_delay_interrupt = 0;
#endif
// call recipe's setup