diff options
| author | Selene ToyKeeper | 2017-08-19 16:00:29 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2017-08-19 16:00:29 -0600 |
| commit | c4e97f9c0b7f66f539e73983146c21e1c30311ac (patch) | |
| tree | 7eb09034cf98e96a5cd1732a7acf920b4420d6ce | |
| parent | Improved memory handling in FSM Baton. (diff) | |
| download | anduril-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.c | 2 |
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); } |
