mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Fix driver implementation
This commit is contained in:
@ -62,7 +62,7 @@ namespace Tasking
|
||||
return ((Scheduler::Base *)Scheduler)->GetProcessByID(ID);
|
||||
}
|
||||
|
||||
TCB *Task::GetThreadByID(TID ID, PCB* Parent)
|
||||
TCB *Task::GetThreadByID(TID ID, PCB *Parent)
|
||||
{
|
||||
return ((Scheduler::Base *)Scheduler)->GetThreadByID(ID, Parent);
|
||||
}
|
||||
|
Reference in New Issue
Block a user