From a30c1caaf5cb608ae5ee95cecb3666914fb9bbaa Mon Sep 17 00:00:00 2001 From: Henrik Backe Date: Thu, 23 Sep 2004 19:38:00 +0000 Subject: Fixed yellow build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5111 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/button.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c index c0f5edb..6e4106f 100644 --- a/firmware/drivers/button.c +++ b/firmware/drivers/button.c @@ -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 -- cgit v1.1