Skip to content
Snippets Groups Projects
Commit 10bc6322 authored by Timon Heim's avatar Timon Heim
Browse files

Add todo note

parent 3da80e86
No related branches found
No related tags found
No related merge requests found
......@@ -248,6 +248,7 @@ int Rd53a::checkCom() {
std::this_thread::sleep_for(std::chrono::milliseconds(10));
//std::cout << __PRETTY_FUNCTION__ << " : Trying to read data .." << std::endl;
// TODO not happy about this, rx knowledge should not be here
RawData *data = m_rxcore->readData();
if (data != NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment