1
0
Fork 0
forked from len0rd/rockbox

Increased max number of tick tasks

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6804 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-06-22 14:00:17 +00:00
parent 6d4b78b12c
commit 8f2a3e91dc

View file

@ -27,7 +27,7 @@
#define HZ 100 /* number of ticks per second */
#define MAX_NUM_TICK_TASKS 5
#define MAX_NUM_TICK_TASKS 6
#define QUEUE_LENGTH 16 /* MUST be a power of 2 */
#define QUEUE_LENGTH_MASK (QUEUE_LENGTH - 1)