1
0
Fork 0
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:
Henrik Backe 2004-09-23 19:38:00 +00:00
parent e08c0d1fec
commit a30c1caaf5

View file

@ -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