aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
authorThomas Arthofer2018-08-22 22:37:41 +0200
committerThomas Arthofer2018-08-22 22:37:41 +0200
commitc730d0e7984432f5f53b068b4dd071cd08ba04ca (patch)
treed949b369f6d60556baffe7e667cae89b2823e975 /spaghetti-monster
parentFix Change-Aux-LED Pattern, Fix Strobe Modes (diff)
downloadanduril-c730d0e7984432f5f53b068b4dd071cd08ba04ca.tar.gz
anduril-c730d0e7984432f5f53b068b4dd071cd08ba04ca.tar.bz2
anduril-c730d0e7984432f5f53b068b4dd071cd08ba04ca.zip
Also remove FIXME hint for aux-led pattern change
Diffstat (limited to 'spaghetti-monster')
-rwxr-xr-xspaghetti-monster/anduril/anduril.c2
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