1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Linus Nielsen Feltzing 2002-12-05 13:47:20 +00:00
parent eab05d567c
commit 3ace70f46f

View file

@ -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 */