From 3ace70f46fa15f85d530dd7412084fc82bc8a49d Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 5 Dec 2002 13:47:20 +0000 Subject: [PATCH] Ooops, I forgot to change back the step size to 15 minutes after debugging... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2946 a1c6a512-1295-4272-9138-f99709370657 --- apps/sleeptimer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c index cf4dd90bcb..ba554cc91c 100644 --- a/apps/sleeptimer.c +++ b/apps/sleeptimer.c @@ -32,8 +32,7 @@ #include "lang.h" -//#define SMALL_STEP_SIZE 15*60 /* Seconds */ -#define SMALL_STEP_SIZE 2*60 /* Seconds */ +#define SMALL_STEP_SIZE 15*60 /* Seconds */ #define LARGE_STEP_SIZE 30*60 /* Seconds */ #define THRESHOLD 60 /* Minutes */ #define MAX_TIME 5*60*60 /* Hours */