aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/darkhorse/darkhorse.c
diff options
context:
space:
mode:
authorSelene ToyKeeper2019-04-08 11:59:18 -0600
committerSelene ToyKeeper2019-04-08 11:59:18 -0600
commit942dee30adce308ea9177712cfaaea4a26603aaa (patch)
treeb1319ee6ac6eec1fbdb7f0d5027656c0035aa18f /spaghetti-monster/darkhorse/darkhorse.c
parentconfigured lantern stepped ramp and button LED mode, set default tint to 128 ... (diff)
parentlevel_calc.py: Combined log_2 and log_e into just log, because all logs have ... (diff)
downloadanduril-942dee30adce308ea9177712cfaaea4a26603aaa.tar.gz
anduril-942dee30adce308ea9177712cfaaea4a26603aaa.tar.bz2
anduril-942dee30adce308ea9177712cfaaea4a26603aaa.zip
merged trunk
Diffstat (limited to 'spaghetti-monster/darkhorse/darkhorse.c')
-rw-r--r--spaghetti-monster/darkhorse/darkhorse.c1
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;