From 310d191f062094ea2ff82b523f97210d069ad418 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Fri, 17 Mar 2006 02:04:46 +0000 Subject: I could have sworn i removed that before commiting... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9071 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 619d38c6d2..0a0627c10f 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); -- cgit v1.2.3