diff options
| author | Selene ToyKeeper | 2019-01-03 11:03:43 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-01-03 11:03:43 -0700 |
| commit | aa97ec520c079eeb44ab581ecc6e2dd67eecd425 (patch) | |
| tree | 1ba8fe29f8cd8f8b9a95e34e3c812f26ab26a264 /spaghetti-monster/darkhorse | |
| parent | copied Anduril off-to-ceiling improvement to RampingIOS V3 (diff) | |
| download | anduril-aa97ec520c079eeb44ab581ecc6e2dd67eecd425.tar.gz anduril-aa97ec520c079eeb44ab581ecc6e2dd67eecd425.tar.bz2 anduril-aa97ec520c079eeb44ab581ecc6e2dd67eecd425.zip | |
removed redundant clock speed lines, updated some comments
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; |
