diff options
| author | Selene ToyKeeper | 2019-04-08 11:59:18 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-04-08 11:59:18 -0600 |
| commit | 942dee30adce308ea9177712cfaaea4a26603aaa (patch) | |
| tree | b1319ee6ac6eec1fbdb7f0d5027656c0035aa18f /spaghetti-monster/darkhorse | |
| parent | configured lantern stepped ramp and button LED mode, set default tint to 128 ... (diff) | |
| parent | level_calc.py: Combined log_2 and log_e into just log, because all logs have ... (diff) | |
| download | anduril-942dee30adce308ea9177712cfaaea4a26603aaa.tar.gz anduril-942dee30adce308ea9177712cfaaea4a26603aaa.tar.bz2 anduril-942dee30adce308ea9177712cfaaea4a26603aaa.zip | |
merged trunk
Diffstat (limited to 'spaghetti-monster/darkhorse')
| -rw-r--r-- | spaghetti-monster/darkhorse/darkhorse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/darkhorse/darkhorse.c b/spaghetti-monster/darkhorse/darkhorse.c index ce1db2b..e613f55 100644 --- a/spaghetti-monster/darkhorse/darkhorse.c +++ b/spaghetti-monster/darkhorse/darkhorse.c @@ -263,6 +263,7 @@ uint8_t strobe_beacon_state(Event event, uint16_t arg) { return MISCHIEF_MANAGED; } // 1 click (initially): cancel current blink + // FIXME: this is no longer necessary; FSM does this automatically now if (event == EV_click1_release) { interrupt_nice_delays(); return MISCHIEF_MANAGED; |
