Added Schedule()

This commit is contained in:
Alex
2022-11-06 06:04:34 +02:00
parent 971f4b2b27
commit 664cea41a5
4 changed files with 12 additions and 3 deletions

View File

@ -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__)