1
0
Fork 0
forked from len0rd/rockbox

Not yet working

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@220 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-04-25 00:15:04 +00:00
parent 99406a6635
commit 7b9581a131
5 changed files with 49 additions and 41 deletions

View file

@ -17,6 +17,7 @@
*
****************************************************************************/
#include "kernel.h"
#include "thread.h"
long current_tick = 0;
@ -32,4 +33,5 @@ void sleep(int ticks)
void yield(void)
{
switch_thread();
}