summaryrefslogtreecommitdiffstats
path: root/apps/sleeptimer.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-12-05 13:47:20 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-12-05 13:47:20 +0000
commit3ace70f46fa15f85d530dd7412084fc82bc8a49d (patch)
treee83c7462eaf59f7a74183582ca76b49359790dd6 /apps/sleeptimer.c
parenteab05d567cdf7ffdb8a5eead0e21cc03fa2a4325 (diff)
downloadrockbox-3ace70f46fa15f85d530dd7412084fc82bc8a49d.tar.gz
rockbox-3ace70f46fa15f85d530dd7412084fc82bc8a49d.zip
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
Diffstat (limited to 'apps/sleeptimer.c')
-rw-r--r--apps/sleeptimer.c3
1 files changed, 1 insertions, 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 */