diff options
| author | Thom Johansen <thomj@rockbox.org> | 2006-03-17 02:04:46 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2006-03-17 02:04:46 +0000 |
| commit | 310d191f062094ea2ff82b523f97210d069ad418 (patch) | |
| tree | 0534ccba03dcf89b9d1e397cb7ca7a5f368b81d2 /apps/debug_menu.c | |
| parent | f6e856774c681d3c189dd6753fc041583f36866c (diff) | |
| download | rockbox-310d191f062094ea2ff82b523f97210d069ad418.zip rockbox-310d191f062094ea2ff82b523f97210d069ad418.tar.gz rockbox-310d191f062094ea2ff82b523f97210d069ad418.tar.bz2 rockbox-310d191f062094ea2ff82b523f97210d069ad418.tar.xz | |
I could have sworn i removed that before commiting...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9071 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 619d38c..0a0627c 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1049,9 +1049,7 @@ bool dbg_ports(void) lcd_puts(0, line++, buf); snprintf(buf, sizeof(buf), "GPIO_D: %02x", gpio_d); lcd_puts(0, line++, buf); - unsigned hehe = 0x12345678; - snprintf(buf, sizeof(buf), "%x %x", hehe, swap32(hehe)); - lcd_puts(0, line++, buf); + lcd_update(); button = button_get_w_tmo(HZ/10); |