Increased number of possible tick tasks.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8050 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-11-23 08:51:48 +00:00
parent d726592900
commit fed2c567af

View file

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