mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 04:19:16 +00:00
Added Schedule()
This commit is contained in:
@ -36,6 +36,8 @@ namespace Tasking
|
||||
#endif
|
||||
}
|
||||
|
||||
void Task::Schedule() { OneShot(100); }
|
||||
|
||||
__attribute__((naked, used, no_stack_protector)) void IdleProcessLoop()
|
||||
{
|
||||
#if defined(__amd64__) || defined(__i386__)
|
||||
|
Reference in New Issue
Block a user