aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spaghetti-monster/fsm-ramping.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-ramping.c b/spaghetti-monster/fsm-ramping.c
index 01df46a..6cdf5e6 100644
--- a/spaghetti-monster/fsm-ramping.c
+++ b/spaghetti-monster/fsm-ramping.c
@@ -36,6 +36,7 @@ void set_level(uint8_t level) {
//else if (level > 0) indicator_led(1);
//else if (! go_to_standby) indicator_led(0);
#else
+ if (! go_to_standby)
indicator_led(0);
#endif
#endif