aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-main.c
diff options
context:
space:
mode:
authorSelene ToyKeeper2019-11-14 18:28:52 -0700
committerSelene ToyKeeper2019-11-14 18:28:52 -0700
commit81ed77d88c999f9c2368718047d0969fef44e534 (patch)
tree9b1bc0b4e27241c61b6052c187e1e347d9ded2ed /spaghetti-monster/fsm-main.c
parentfixed ADC code; measures and behaves correctly now, and is easier to read... (diff)
downloadanduril-81ed77d88c999f9c2368718047d0969fef44e534.tar.gz
anduril-81ed77d88c999f9c2368718047d0969fef44e534.tar.bz2
anduril-81ed77d88c999f9c2368718047d0969fef44e534.zip
fixed factory reset (wasn't running interrupt logic since it's deferred now)
(also fixed issue where nice_delay_ms() was aborted during setup()) (and adjusted the timing to make factory reset similar to the speed it was before this change)
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 a898f41..c9ab69b 100644
--- a/spaghetti-monster/fsm-main.c
+++ b/spaghetti-monster/fsm-main.c
@@ -123,7 +123,6 @@ int main() {
#else
delay_4ms(1);
#endif
- empty_event_sequence();
// fallback for handling a few things
#ifndef DONT_USE_DEFAULT_STATE