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:
parent
99406a6635
commit
7b9581a131
5 changed files with 49 additions and 41 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue