Remove yield
This commit is contained in:
parent
e4ac10e53f
commit
88c739b468
@ -154,7 +154,6 @@ void DG_SleepMs(uint32_t ms) {
|
|||||||
__asm__ volatile ("int $0x30" : "=a" (ticks) : "0" (46));
|
__asm__ volatile ("int $0x30" : "=a" (ticks) : "0" (46));
|
||||||
|
|
||||||
while (ticks + (ms * 10) > now) {
|
while (ticks + (ms * 10) > now) {
|
||||||
quinn_yield();
|
|
||||||
__asm__ volatile ("int $0x30" : "=a" (now) : "0" (46));
|
__asm__ volatile ("int $0x30" : "=a" (now) : "0" (46));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user