diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-07-29 07:50:34 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-07-29 07:50:34 +0000 |
| commit | 604e44d0e2c43625e927a067aa592379e7a85353 (patch) | |
| tree | 4fc970a411dd8c39358d7c796bc812c13e3b7fd5 /apps/debug_menu.c | |
| parent | 62c8e2d69d57159ecc6e47d3be69aeacafde60eb (diff) | |
| download | rockbox-604e44d0e2c43625e927a067aa592379e7a85353.zip rockbox-604e44d0e2c43625e927a067aa592379e7a85353.tar.gz rockbox-604e44d0e2c43625e927a067aa592379e7a85353.tar.bz2 rockbox-604e44d0e2c43625e927a067aa592379e7a85353.tar.xz | |
iPod 1st..3rd gen: Fix CPU scaling instability on PP5002 * Add some new info to pp5002.h and sort it by port address.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14053 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 d1e1b86..aaac255 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1278,7 +1278,7 @@ bool dbg_ports(void) lcd_puts(0, line++, buf); snprintf(buf, sizeof(buf), "CLOCK_SOURCE: %08lx", CLOCK_SOURCE); lcd_puts(0, line++, buf); - snprintf(buf, sizeof(buf), "CLOCK_DIV: %08lx", CLOCK_DIV); + snprintf(buf, sizeof(buf), "PLL_CONTROL: %08lx", PLL_CONTROL); lcd_puts(0, line++, buf); snprintf(buf, sizeof(buf), "PLL_DIV: %08lx", PLL_DIV); lcd_puts(0, line++, buf); |