imx233: fix stupid typo in debug screen

Change-Id: Ife43543d6eee6522f4016f37479a20a0db39240d
This commit is contained in:
Amaury Pouly 2016-05-30 16:25:09 +01:00
parent d42a4a4eb4
commit ccd500a48a

View file

@ -1176,7 +1176,7 @@ bool dbg_hw_info_button(void)
strcat(flags, " inv");
if(MAP[i].flags & IMX233_BUTTON_PULLUP)
strcat(flags, " pull");
#if LCD_WHITE <= LCD_HEIGHT
#if LCD_WIDTH <= LCD_HEIGHT
lcd_putsf(0, line++, "%s %d %d/%d %d %s", MAP[i].name, val,
MAP[i].rounds, MAP[i].threshold, raw, type);
lcd_putsf(0, line++, " %s%s", path, flags);