scex reader task started
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user