Skip to content
Snippets Groups Projects
Commit 3745cb19 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[CanHandler] Fixed events

parent e89530bd
Branches
Tags
No related merge requests found
......@@ -132,6 +132,7 @@ CanHandler::CanHandler()
driver->init();
EventBroker::getInstance().subscribe(this, TOPIC_TMTC);
EventBroker::getInstance().subscribe(this, TOPIC_FLIGHT);
}
void CanHandler::handleCanMessage(const CanMessage &msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment