Update thread.c
Changed kmain to lk_main
This commit is contained in:
committed by
Travis Geiselbrecht
parent
3fb0e31374
commit
a74f9ebbd8
@@ -770,7 +770,7 @@ void thread_sleep(lk_time_t delay) {
|
|||||||
/**
|
/**
|
||||||
* @brief Initialize threading system
|
* @brief Initialize threading system
|
||||||
*
|
*
|
||||||
* This function is called once, from kmain()
|
* This function is called once, from lk_main()
|
||||||
*/
|
*/
|
||||||
void thread_init_early(void) {
|
void thread_init_early(void) {
|
||||||
int i;
|
int i;
|
||||||
|
|||||||
Reference in New Issue
Block a user