1

demo update

This commit is contained in:
2022-07-17 01:16:04 +02:00
parent 566c11eab1
commit 9a0bb01c6d
2 changed files with 8 additions and 2 deletions

View File

@ -20,4 +20,6 @@ void KeyboardDemo::run() {
kout << listener.waitForKeyEvent();
kout.flush();
}
scheduler.exit();
}