From aa97ec520c079eeb44ab581ecc6e2dd67eecd425 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Thu, 3 Jan 2019 11:03:43 -0700 Subject: removed redundant clock speed lines, updated some comments --- spaghetti-monster/darkhorse/darkhorse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'spaghetti-monster/darkhorse/darkhorse.c') 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; -- cgit v1.2.3