mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 02:49:15 +00:00
refactor(kernel): ♻️ rewrite time manager
This commit is contained in:
@ -29,7 +29,7 @@ void TaskHeartbeat()
|
||||
while (true)
|
||||
{
|
||||
debug("Task Heartbeat");
|
||||
TaskManager->Sleep(5000);
|
||||
TaskManager->Sleep(Time::FromMilliseconds(5000));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user