mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
0b2894e2ec
commit
368e872c52
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ static bool wait_for_release = false;
|
|||
static bool short_press = false;
|
||||
#endif
|
||||
|
||||
#define REPEAT_WINDOW_TICKS HZ/10
|
||||
#define REPEAT_WINDOW_TICKS HZ/4
|
||||
static int last_action_tick = 0;
|
||||
|
||||
/* software keylock stuff */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue