1
0
Fork 0
forked from len0rd/rockbox

Added init_threads function

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@920 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-06-07 14:56:10 +00:00
parent 999c255599
commit 9430a0b7d6
3 changed files with 15 additions and 7 deletions

View file

@ -36,6 +36,9 @@ void kernel_init(void)
{
int i;
/* Init the threading API */
init_threads();
/* Clear the tick task array */
for(i = 0;i < MAX_NUM_TICK_TASKS;i++)
{