summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2016-05-30 16:25:09 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2016-06-01 23:09:49 +0200
commitccd500a48a9976e1efe2139a0e06184376024590 (patch)
treed2b60982b6f6643f206ddfc8d31f405b315e26ac /firmware/target/arm
parentd42a4a4eb4bc20fda41543b8b831c1970723346f (diff)
downloadrockbox-ccd500a48a9976e1efe2139a0e06184376024590.tar.gz
rockbox-ccd500a48a9976e1efe2139a0e06184376024590.zip
imx233: fix stupid typo in debug screen
Change-Id: Ife43543d6eee6522f4016f37479a20a0db39240d
Diffstat (limited to 'firmware/target/arm')
-rw-r--r--firmware/target/arm/imx233/debug-imx233.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/debug-imx233.c b/firmware/target/arm/imx233/debug-imx233.c
index 2d0150e33d..b38fc7ee2a 100644
--- a/firmware/target/arm/imx233/debug-imx233.c
+++ b/firmware/target/arm/imx233/debug-imx233.c
@@ -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);