1
This commit is contained in:
churl
2022-06-05 16:57:59 +02:00
parent 8153375321
commit 973c76f010
3 changed files with 1 additions and 5 deletions

View File

@ -24,7 +24,7 @@ public:
void run() override {
while (true) {
scheduler.yield();
kout << "Idle!" << endl;
// kout << "Idle!" << endl;
}
}
};