diff options
| author | Thomas Arthofer | 2018-08-22 22:37:41 +0200 |
|---|---|---|
| committer | Thomas Arthofer | 2018-08-22 22:37:41 +0200 |
| commit | c730d0e7984432f5f53b068b4dd071cd08ba04ca (patch) | |
| tree | d949b369f6d60556baffe7e667cae89b2823e975 | |
| parent | Fix Change-Aux-LED Pattern, Fix Strobe Modes (diff) | |
| download | anduril-c730d0e7984432f5f53b068b4dd071cd08ba04ca.tar.gz anduril-c730d0e7984432f5f53b068b4dd071cd08ba04ca.tar.bz2 anduril-c730d0e7984432f5f53b068b4dd071cd08ba04ca.zip | |
Also remove FIXME hint for aux-led pattern change
| -rwxr-xr-x | spaghetti-monster/anduril/anduril.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c index 67b02c9..c2a598e 100755 --- a/spaghetti-monster/anduril/anduril.c +++ b/spaghetti-monster/anduril/anduril.c @@ -1147,8 +1147,6 @@ uint8_t lockout_state(EventPtr event, uint16_t arg) { else if (event == EV_click3_hold) { #ifndef USE_INDICATOR_LED_WHILE_RAMPING // if main LED obscures aux LEDs, turn it off - // FIXME: might not work, since it was turned on just a few clock - // cycles ago at beginning of this function set_level(0); #endif #ifdef TICK_DURING_STANDBY |
