aboutsummaryrefslogtreecommitdiff
path: root/fsm/ramping.h
diff options
context:
space:
mode:
Diffstat (limited to 'fsm/ramping.h')
-rw-r--r--fsm/ramping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsm/ramping.h b/fsm/ramping.h
index 6fe87fe..f542bd2 100644
--- a/fsm/ramping.h
+++ b/fsm/ramping.h
@@ -11,7 +11,7 @@ uint8_t actual_level = 0;
// the level used before actual
uint8_t prev_level = 0;
#ifdef USE_RAMP_LEVEL_HARD_LIMIT
-uint8_t ramp_level_hard_limit = RAMP_SIZE;
+uint8_t ramp_level_hard_limit = 0;
#endif
void set_level(uint8_t level);