scex reader task started
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Irini Kosmidou
2022-03-25 17:48:38 +01:00
parent 15d1da8199
commit df712c7100
7 changed files with 52 additions and 0 deletions

View File

@ -197,6 +197,7 @@ void UartTestClass::scexPeriodic() {
sif::info << "Received " << bytesRead
<< " bytes from the Solar Cell Experiment:" << std::endl;
arrayprinter::print(recBuf.data(), bytesRead, OutputType::HEX, false);
break;
}
} while (bytesRead > 0);
}