1

enable preemptive switch in pit

This commit is contained in:
2022-07-04 21:24:04 +02:00
parent 1cac6b3a58
commit 4d5224ff38

View File

@ -85,7 +85,7 @@ void PIT::trigger () {
// Preemption
if (scheduler.isInitialized()) {
scheduler.preempt();
}