Backport r29642 to v3.8 branch. Fixes FS#12024.

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_8@29643 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-03-24 19:02:56 +00:00
parent 0b2894e2ec
commit 368e872c52

View file

@ -53,7 +53,7 @@ static bool wait_for_release = false;
static bool short_press = false; static bool short_press = false;
#endif #endif
#define REPEAT_WINDOW_TICKS HZ/10 #define REPEAT_WINDOW_TICKS HZ/4
static int last_action_tick = 0; static int last_action_tick = 0;
/* software keylock stuff */ /* software keylock stuff */