forked from len0rd/rockbox
Fixed yellow build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5111 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e08c0d1fec
commit
a30c1caaf5
1 changed files with 1 additions and 1 deletions
|
|
@ -36,8 +36,8 @@
|
|||
struct event_queue button_queue;
|
||||
|
||||
static int lastbtn; /* Last valid button status */
|
||||
static int last_read; /* Last button status, for debouncing/filtering */
|
||||
#if defined(HAVE_RECORDER_KEYPAD) || defined(HAVE_ONDIO_KEYPAD)
|
||||
static int last_read; /* Last button status, for debouncing/filtering */
|
||||
static bool flipped; /* bottons can be flipped to match the LCD flip */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue