1
0
Fork 0
forked from len0rd/rockbox

Moved NUM_TICK_TASKS definition

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@884 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-06-04 12:25:53 +00:00
parent 1fac0e66fd
commit 150c5a7cef
2 changed files with 12 additions and 3 deletions

View file

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