diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-12-12 13:34:27 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-12 13:34:27 +0000 |
| commit | 8e43ccbec69cb5fc1db2b5e65ffd48e00bd308e5 (patch) | |
| tree | 1827ad626e8bd7bd691f359045ba978b1a236f25 /apps/sleeptimer.c | |
| parent | ca710622210c6832ca8402472c1023538aff41a8 (diff) | |
| download | rockbox-8e43ccbec69cb5fc1db2b5e65ffd48e00bd308e5.zip rockbox-8e43ccbec69cb5fc1db2b5e65ffd48e00bd308e5.tar.gz rockbox-8e43ccbec69cb5fc1db2b5e65ffd48e00bd308e5.tar.bz2 rockbox-8e43ccbec69cb5fc1db2b5e65ffd48e00bd308e5.tar.xz | |
Initial suppport for building Rockbox for Neo. The Neo has a different
key layout so we need to check for this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4138 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/sleeptimer.c')
| -rw-r--r-- | apps/sleeptimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c index fb7630a..15a2f7c 100644 --- a/apps/sleeptimer.c +++ b/apps/sleeptimer.c @@ -92,7 +92,7 @@ bool sleeptimer_screen(void) done = true; break; -#ifdef HAVE_PLAYER_KEYPAD +#if defined(HAVE_PLAYER_KEYPAD) || defined(HAVE_NEO_KEYPAD) case BUTTON_RIGHT: #else case BUTTON_UP: |