Update thread.c

Changed kmain to lk_main
This commit is contained in:
SP-Melokc
2025-02-14 21:12:41 +08:00
committed by Travis Geiselbrecht
parent 3fb0e31374
commit a74f9ebbd8

View File

@@ -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;