diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-10-08 12:18:12 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-10-08 12:18:12 +0000 |
| commit | 6f62bc2769d3ea63e7af290bd147fc333f9cef8c (patch) | |
| tree | 0fce3236dfd701e67eefaf1a8119905f171b6fe2 | |
| parent | 095c68bc1db6fc73a4ed28e3d6e2e1e963deffd3 (diff) | |
| download | rockbox-6f62bc2769d3ea63e7af290bd147fc333f9cef8c.zip rockbox-6f62bc2769d3ea63e7af290bd147fc333f9cef8c.tar.gz rockbox-6f62bc2769d3ea63e7af290bd147fc333f9cef8c.tar.bz2 rockbox-6f62bc2769d3ea63e7af290bd147fc333f9cef8c.tar.xz | |
Removed warning on debug builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2530 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/mpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c index 83bd613..6bdb0cf 100644 --- a/firmware/mpeg.c +++ b/firmware/mpeg.c @@ -2070,6 +2070,7 @@ void mpeg_init(int volume, int bass, int treble, int balance, int loudness, int #ifdef DEBUG dbg_timer_start(); + dbg_cnt2us(0); #endif } |