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:
parent
1fac0e66fd
commit
150c5a7cef
2 changed files with 12 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue