This commit is contained in:
Kelebek1 2022-07-10 08:29:37 +01:00
parent 240650f6a6
commit b23c6b456c
5 changed files with 9 additions and 11 deletions

View file

@ -245,8 +245,7 @@ struct KernelCore::Impl {
});
const auto time_interval = std::chrono::nanoseconds{std::chrono::milliseconds(10)};
system.CoreTiming().ScheduleLoopingEvent(std::chrono::nanoseconds(0), time_interval,
preemption_event);
system.CoreTiming().ScheduleLoopingEvent(time_interval, time_interval, preemption_event);
}
void InitializeShutdownThreads() {