summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/vu_meter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c
index 712c7d18f4..268f4b161a 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -105,7 +105,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
105 /* We must yield once in a while to make sure that the MPEG thread 105 /* We must yield once in a while to make sure that the MPEG thread
106 isn't starved, but we use the shortest possible timeout for best 106 isn't starved, but we use the shortest possible timeout for best
107 performance */ 107 performance */
108 switch (rb->button_get_w_tmo(HZ/HZ)) 108 switch (rb->button_get_w_tmo(1))
109 { 109 {
110 case BUTTON_OFF: 110 case BUTTON_OFF:
111 return PLUGIN_OK; 111 return PLUGIN_OK;