mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
imx233: fix stupid typo in debug screen
Change-Id: Ife43543d6eee6522f4016f37479a20a0db39240d
This commit is contained in:
parent
d42a4a4eb4
commit
ccd500a48a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue