aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spaghetti-monster/fsm-ramping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/fsm-ramping.h b/spaghetti-monster/fsm-ramping.h
index c650e21..9f29f27 100644
--- a/spaghetti-monster/fsm-ramping.h
+++ b/spaghetti-monster/fsm-ramping.h
@@ -24,7 +24,7 @@
#ifdef USE_RAMPING
// actual_level: last ramp level set by set_level()
-volatile uint8_t actual_level = 0;
+uint8_t actual_level = 0;
#ifdef USE_TINT_RAMPING
uint8_t tint = 128;