From d885a2690a07f1e9503dd9f4a292f187f52467c2 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Sat, 9 Oct 2004 12:00:53 +0000 Subject: minor improvement: allow option cycling for Ondio git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5234 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps') diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index 310d0b283d..34e22965a2 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -134,7 +134,11 @@ void adjust_cursor(void) cursor = 0; if(cursor > 2) +#ifdef REC_PREV /* normal case, stop at the end */ cursor = 2; +#else + cursor = 0; /* only 1 button, cycle through */ +#endif } else { -- cgit v1.2.3