git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25276 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-03-21 15:13:29 +00:00
parent d5ac4c44e5
commit 2064efbfcd

View file

@ -1101,7 +1101,7 @@ bool dbg_ports(void)
while(1)
{
line = 0;
#if (LCD_HEIGHT / SYSFONT_HEIGHT >= 22) /* Only for displays >= 22 lines */
#if (LCD_HEIGHT >= 176) /* Only for displays with appropriate height. */
lcd_puts(0, line++, "GPIO ENABLE:");
lcd_putsf(0, line++, "A: %02x E: %02x I: %02x",
(unsigned int)GPIOA_ENABLE,