From 46dfe80c2bae4d915db0fb8ea61184c6f6de4d6d Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 27 Sep 2020 03:34:38 -0600 Subject: fixed factory reset (forgot one line in previous commit) --- spaghetti-monster/fsm-main.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3