diff --git a/apps/debug_menu.c b/apps/debug_menu.c index b974bdf132..a2cf055446 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++; }