kernel: test: replace schedule_timeout with milli_sleep
This commit is contained in:
@@ -39,7 +39,7 @@ void kernel_init(uintptr_t arg)
|
|||||||
run_all_tests();
|
run_all_tests();
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
schedule_timeout(HZ);
|
milli_sleep(1000);
|
||||||
printk("tick");
|
printk("tick");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user