aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
authorSelene ToyKeeper2017-08-19 16:00:29 -0600
committerSelene ToyKeeper2017-08-19 16:00:29 -0600
commitc4e97f9c0b7f66f539e73983146c21e1c30311ac (patch)
tree7eb09034cf98e96a5cd1732a7acf920b4420d6ce /spaghetti-monster
parentImproved memory handling in FSM Baton. (diff)
downloadanduril-c4e97f9c0b7f66f539e73983146c21e1c30311ac.tar.gz
anduril-c4e97f9c0b7f66f539e73983146c21e1c30311ac.tar.bz2
anduril-c4e97f9c0b7f66f539e73983146c21e1c30311ac.zip
Fixed momentary UI (API changed a little).
Diffstat (limited to '')
-rw-r--r--spaghetti-monster/momentary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/momentary.c b/spaghetti-monster/momentary.c
index bb74795..a585152 100644
--- a/spaghetti-monster/momentary.c
+++ b/spaghetti-monster/momentary.c
@@ -81,5 +81,5 @@ void low_voltage() {
void setup() {
debug_blink(2);
- push_state(momentary_state);
+ push_state(momentary_state, 0);
}