diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2008-04-19 11:17:06 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2008-04-19 11:17:06 +0000 |
| commit | 6592f942c1ce6307f2f9774eea4c76886bae0265 (patch) | |
| tree | eba5169f2b61c7c742979dca67b5145374a1f6df /apps/debug_menu.c | |
| parent | 23ee77475f3caf118fd955691f2244d87917dae7 (diff) | |
| download | rockbox-6592f942c1ce6307f2f9774eea4c76886bae0265.zip rockbox-6592f942c1ce6307f2f9774eea4c76886bae0265.tar.gz rockbox-6592f942c1ce6307f2f9774eea4c76886bae0265.tar.bz2 rockbox-6592f942c1ce6307f2f9774eea4c76886bae0265.tar.xz | |
fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17166 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
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++; } |