fix (kernel): added one whitespace ^^
This commit is contained in:
parent
f6af4061fd
commit
fa5065a03f
|
@ -36,7 +36,7 @@ void scheduler_pause_thread (thread_T* thread);
|
||||||
void scheduler_start_thread (thread_T* thread);
|
void scheduler_start_thread (thread_T* thread);
|
||||||
void scheduler_kill_thread (thread_T* thread);
|
void scheduler_kill_thread (thread_T* thread);
|
||||||
|
|
||||||
thread_T* scheduler_get_current_thread ();
|
thread_T* scheduler_get_current_thread ();
|
||||||
|
|
||||||
cpu_state_T* scheduler_switch_context (cpu_state_T* state);
|
cpu_state_T* scheduler_switch_context (cpu_state_T* state);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue