From 24c7c0489971d0ede3c23ea85b097990963d8ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohensohn?= Date: Fri, 10 Sep 2004 10:51:54 +0000 Subject: adjustment for the Ondio: button driver has an Odio part, for now it has a Player layout. Some fixes in the app code were necessary to remove dependencies of LCD, keypad, this wasn't independent everywhere. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5055 a1c6a512-1295-4272-9138-f99709370657 --- apps/sleeptimer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/sleeptimer.c') diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c index a236ed9..4fc7515 100644 --- a/apps/sleeptimer.c +++ b/apps/sleeptimer.c @@ -94,7 +94,7 @@ bool sleeptimer_screen(void) done = true; break; -#if defined(HAVE_PLAYER_KEYPAD) || defined(HAVE_NEO_KEYPAD) +#if defined(HAVE_PLAYER_KEYPAD) || defined(HAVE_NEO_KEYPAD) || defined(HAVE_ONDIO_KEYPAD) case BUTTON_RIGHT: #else case BUTTON_UP: @@ -113,7 +113,7 @@ bool sleeptimer_screen(void) set_sleep_timer(newtime); break; -#ifdef HAVE_PLAYER_KEYPAD +#if defined(HAVE_PLAYER_KEYPAD) || defined(HAVE_ONDIO_KEYPAD) case BUTTON_LEFT: #else case BUTTON_DOWN: -- cgit v1.1