From 59ae562a3280105595e690ebff772ea4f7790970 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 1 Jun 2016 22:19:59 +0100 Subject: fix yellow Change-Id: Ie18d7f83ba3e7293d4cd110429e1578930d35d99 --- firmware/target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] = { -- cgit v1.2.3