forked from len0rd/rockbox
Hot-plug support for iriver remote.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6625 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
969b246f76
commit
23797afb0b
3 changed files with 130 additions and 56 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#define HZ 100 /* number of ticks per second */
|
||||
|
||||
#define MAX_NUM_TICK_TASKS 4
|
||||
#define MAX_NUM_TICK_TASKS 5
|
||||
|
||||
#define QUEUE_LENGTH 16 /* MUST be a power of 2 */
|
||||
#define QUEUE_LENGTH_MASK (QUEUE_LENGTH - 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue