summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2006-03-17 02:04:46 +0000
committerThom Johansen <thomj@rockbox.org>2006-03-17 02:04:46 +0000
commit310d191f062094ea2ff82b523f97210d069ad418 (patch)
tree0534ccba03dcf89b9d1e397cb7ca7a5f368b81d2 /apps/debug_menu.c
parentf6e856774c681d3c189dd6753fc041583f36866c (diff)
downloadrockbox-310d191f062094ea2ff82b523f97210d069ad418.tar.gz
rockbox-310d191f062094ea2ff82b523f97210d069ad418.zip
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.c4
1 files changed, 1 insertions, 3 deletions
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)
1049 lcd_puts(0, line++, buf); 1049 lcd_puts(0, line++, buf);
1050 snprintf(buf, sizeof(buf), "GPIO_D: %02x", gpio_d); 1050 snprintf(buf, sizeof(buf), "GPIO_D: %02x", gpio_d);
1051 lcd_puts(0, line++, buf); 1051 lcd_puts(0, line++, buf);
1052 unsigned hehe = 0x12345678; 1052
1053 snprintf(buf, sizeof(buf), "%x %x", hehe, swap32(hehe));
1054 lcd_puts(0, line++, buf);
1055 lcd_update(); 1053 lcd_update();
1056 button = button_get_w_tmo(HZ/10); 1054 button = button_get_w_tmo(HZ/10);
1057 1055