From 01a106dbfa51127d60ed4404e75f005d58738939 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 2 Apr 2008 22:42:21 +0000 Subject: Make the measured LCD scanrates from the greylib known to the scanrate test plugin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16938 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 5c8a7f9..9dff553 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1144,7 +1144,7 @@ bool dbg_ports(void) while(1) { - line = 0; + line = 0; lcd_puts(0, line++, "GPIO STATES:"); snprintf(buf, sizeof(buf), "A: %02x E: %02x I: %02x", (unsigned int)GPIOA_INPUT_VAL, -- cgit v1.1