1

adapt to scheduler rework

This commit is contained in:
2022-07-21 20:36:12 +02:00
parent 2ac36cda83
commit 017f7de650
13 changed files with 59 additions and 53 deletions

View File

@ -12,7 +12,7 @@ private:
KeyEventListener listener;
public:
MainMenu() : listener(*this) {
MainMenu() : listener(this->tid) {
log << INFO << "MainMenu initialized with ID: " << dec << this->tid << endl;
kevman.subscribe(this->listener);
}