summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/oscilloscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c
index 4d807493d3..86edfc67e3 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -604,7 +604,7 @@ struct configdata disk_config[] =
{ TYPE_ENUM, 0, MAX_OSC, { .int_p = &osc_disk.orientation }, "orientation",
orientation_str },
#ifdef OSCILLOSCOPE_GRAPHMODE
- { TYPE_INT, MAX_SPEED, MAX_SPEED,
+ { TYPE_INT, MIN_SPEED, MAX_SPEED,
{ .int_p = &osc_disk.speed[GRAPH_WAVEFORM] }, "wavespeed", NULL },
{ TYPE_ENUM, 0, MAX_GRAPH, { .int_p = &osc_disk.graphmode }, "graphmode",
graphmode_str },