mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 05:35:20 -05:00
fix yellow
Change-Id: Ie18d7f83ba3e7293d4cd110429e1578930d35d99
This commit is contained in:
parent
ccd500a48a
commit
59ae562a32
1 changed files with 1 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ struct imx233_button_map_t imx233_button_map[] =
|
||||||
IMX233_BUTTON_(END, END(), "")
|
IMX233_BUTTON_(END, END(), "")
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifndef BOOTLOADER
|
||||||
/**
|
/**
|
||||||
* RMI API
|
* RMI API
|
||||||
*/
|
*/
|
||||||
|
|
@ -231,7 +232,6 @@ static void rmi_init(void)
|
||||||
* Touchpad API
|
* Touchpad API
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef BOOTLOADER
|
|
||||||
/* we emulate a 3x3 grid, this gives the button mapping */
|
/* we emulate a 3x3 grid, this gives the button mapping */
|
||||||
int button_mapping[3][3] =
|
int button_mapping[3][3] =
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue