Skip to content

Commit

Permalink
Update thread.c
Browse files Browse the repository at this point in the history
Changed kmain to lk_main
  • Loading branch information
SP-Melokc authored Feb 14, 2025
1 parent 3543217 commit f6626a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ void thread_sleep(lk_time_t delay) {
/**
* @brief Initialize threading system
*
* This function is called once, from kmain()
* This function is called once, from lk_main()
*/
void thread_init_early(void) {
int i;
Expand Down

0 comments on commit f6626a0

Please sign in to comment.