summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index b974bdf..a2cf055 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -277,8 +277,8 @@ static void dbg_audio_task(void)
#ifndef SIMULATOR
if(FREQ > CPUFREQ_NORMAL)
boost_ticks++;
-#endif
freq_sum += FREQ/1000000; /* in MHz */
+#endif
ticks++;
}