v1.10.0 #220
@ -215,7 +215,7 @@ void SusHandler::setToGoToNormalMode(bool enable) { this->goToNormalModeImmediat
|
|||||||
void SusHandler::printDataset() {
|
void SusHandler::printDataset() {
|
||||||
if (periodicPrintout) {
|
if (periodicPrintout) {
|
||||||
if (divider.checkAndIncrement()) {
|
if (divider.checkAndIncrement()) {
|
||||||
sif::info << "SUS ADC hex [" << std::setfill('0') << std::hex;
|
sif::info << "SUS ADC " << static_cast<int>(susIdx) << " hex [" << std::setfill('0') << std::hex;
|
||||||
for (uint8_t idx = 0; idx < 6; idx++) {
|
for (uint8_t idx = 0; idx < 6; idx++) {
|
||||||
sif::info << std::setw(3) << dataset.channels[idx];
|
sif::info << std::setw(3) << dataset.channels[idx];
|
||||||
if (idx < 6 - 1) {
|
if (idx < 6 - 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user