summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2008-04-19 11:17:06 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2008-04-19 11:17:06 +0000
commit6592f942c1ce6307f2f9774eea4c76886bae0265 (patch)
treeeba5169f2b61c7c742979dca67b5145374a1f6df
parent23ee77475f3caf118fd955691f2244d87917dae7 (diff)
downloadrockbox-6592f942c1ce6307f2f9774eea4c76886bae0265.tar.gz
rockbox-6592f942c1ce6307f2f9774eea4c76886bae0265.zip
fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17166 a1c6a512-1295-4272-9138-f99709370657
-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 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++;
}