aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/darkhorse/darkhorse.c
diff options
context:
space:
mode:
authorSelene ToyKeeper2019-01-03 11:03:43 -0700
committerSelene ToyKeeper2019-01-03 11:03:43 -0700
commitaa97ec520c079eeb44ab581ecc6e2dd67eecd425 (patch)
tree1ba8fe29f8cd8f8b9a95e34e3c812f26ab26a264 /spaghetti-monster/darkhorse/darkhorse.c
parentcopied Anduril off-to-ceiling improvement to RampingIOS V3 (diff)
downloadanduril-aa97ec520c079eeb44ab581ecc6e2dd67eecd425.tar.gz
anduril-aa97ec520c079eeb44ab581ecc6e2dd67eecd425.tar.bz2
anduril-aa97ec520c079eeb44ab581ecc6e2dd67eecd425.zip
removed redundant clock speed lines, updated some comments
Diffstat (limited to '')
-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;