1

add vorgabe09

This commit is contained in:
2022-07-04 16:17:39 +02:00
parent 586fe3bb80
commit da6c5ab0b5
13 changed files with 231 additions and 40 deletions

View File

@ -22,6 +22,9 @@ public:
IdleThread() {}
void run() override {
// Idle-Thread läuft, ab jetzt ist der Scheduler fertig initialisiert
scheduler.setInitialized();
while (true) {
scheduler.yield();
// kout << "Idle!" << endl;