summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2016-06-01 22:19:59 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2016-06-01 22:19:59 +0100
commit59ae562a3280105595e690ebff772ea4f7790970 (patch)
tree68922f475d3d0566408055664eec642eb84e5761
parentccd500a48a9976e1efe2139a0e06184376024590 (diff)
downloadrockbox-59ae562.tar.gz
rockbox-59ae562.zip
fix yellow
Change-Id: Ie18d7f83ba3e7293d4cd110429e1578930d35d99
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
index 2c3358e7dc..2ded86a967 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
@@ -40,6 +40,7 @@ struct imx233_button_map_t imx233_button_map[] =
IMX233_BUTTON_(END, END(), "")
};
+#ifndef BOOTLOADER
/**
* RMI API
*/
@@ -231,7 +232,6 @@ static void rmi_init(void)
* Touchpad API
*/
-#ifndef BOOTLOADER
/* we emulate a 3x3 grid, this gives the button mapping */
int button_mapping[3][3] =
{