Sync with Sharebrained's fw, only Xylos TX works for now

This commit is contained in:
furrtek
2016-07-27 03:03:40 +02:00
parent fdfa7c9776
commit 739956b42b
150 changed files with 17236 additions and 7875 deletions
+6
View File
@@ -65,3 +65,9 @@ void CloseCallProcessor::on_message(const Message* const message) {
break;
}
}
int main() {
EventDispatcher event_dispatcher { std::make_unique<CloseCallProcessor>() };
event_dispatcher.run();
return 0;
}