summaryrefslogtreecommitdiff
path: root/apps/recorder/peakmeter.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/peakmeter.c')
-rw-r--r--apps/recorder/peakmeter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/peakmeter.c b/apps/recorder/peakmeter.c
index 29be704f0c..fc7c9bc5f5 100644
--- a/apps/recorder/peakmeter.c
+++ b/apps/recorder/peakmeter.c
@@ -1335,7 +1335,7 @@ int peak_meter_draw_get_btn(int action_context, int x, int y[],
1335 long next_refresh = current_tick; 1335 long next_refresh = current_tick;
1336 long next_big_refresh = current_tick + HZ / 10; 1336 long next_big_refresh = current_tick + HZ / 10;
1337 int i; 1337 int i;
1338#if (CONFIG_CODEC == SWCODEC) || defined(SIMULATOR) 1338#if (CONFIG_CODEC == SWCODEC)
1339 bool highperf = false; 1339 bool highperf = false;
1340#else 1340#else
1341 /* On MAS targets, we need to poll as often as possible in order to not 1341 /* On MAS targets, we need to poll as often as possible in order to not