diff --git a/mission/devices/ACUHandler.cpp b/mission/devices/ACUHandler.cpp index 043942fe..955b1703 100644 --- a/mission/devices/ACUHandler.cpp +++ b/mission/devices/ACUHandler.cpp @@ -288,21 +288,21 @@ void ACUHandler::printChannelStats() { PoolReadGuard pg(&acuHkTableDataset); sif::info << "ACU Info: Current [mA], Voltage [mV]" << std::endl; sif::info << std::setw(8) << std::left << "Ch0" << std::dec << "| " << - static_cast(acuHkTableDataset.currentInChannel0.value) << ", " << - std::setw(13) << std::right << acuHkTableDataset.voltageInChannel0.value << std::endl; + static_cast(acuHkTableDataset.currentInChannel0.value) << + std::setw(15) << std::right << acuHkTableDataset.voltageInChannel0.value << std::endl; sif::info << std::setw(8) << std::left << "Ch1" << std::dec << "| " << - static_cast(acuHkTableDataset.currentInChannel1.value) << ", " << - std::setw(13) << std::right << acuHkTableDataset.voltageInChannel1.value << std::endl; + static_cast(acuHkTableDataset.currentInChannel1.value) << + std::setw(15) << std::right << acuHkTableDataset.voltageInChannel1.value << std::endl; sif::info << std::setw(8) << std::left << "Ch2" << std::dec << "| " << - static_cast(acuHkTableDataset.currentInChannel2.value) << ", " << - std::setw(13) << std::right << acuHkTableDataset.voltageInChannel2.value << std::endl; + static_cast(acuHkTableDataset.currentInChannel2.value) << + std::setw(15) << std::right << acuHkTableDataset.voltageInChannel2.value << std::endl; sif::info << std::setw(8) << std::left << "Ch3" << std::dec << "| " << - static_cast(acuHkTableDataset.currentInChannel3.value) << ", " << - std::setw(13) << std::right << acuHkTableDataset.voltageInChannel3.value << std::endl; + static_cast(acuHkTableDataset.currentInChannel3.value) << + std::setw(15) << std::right << acuHkTableDataset.voltageInChannel3.value << std::endl; sif::info << std::setw(8) << std::left << "Ch4" << std::dec << "| " << - static_cast(acuHkTableDataset.currentInChannel4.value) << ", " << - std::setw(13) << std::right << acuHkTableDataset.voltageInChannel4.value << std::endl; + static_cast(acuHkTableDataset.currentInChannel4.value) << + std::setw(15) << std::right << acuHkTableDataset.voltageInChannel4.value << std::endl; sif::info << std::setw(8) << std::left << "Ch5" << std::dec << "| " << - static_cast(acuHkTableDataset.currentInChannel5.value) << ", " << - std::setw(13) << std::right << acuHkTableDataset.voltageInChannel5.value << std::endl; + static_cast(acuHkTableDataset.currentInChannel5.value) << + std::setw(15) << std::right << acuHkTableDataset.voltageInChannel5.value << std::endl; } diff --git a/tmtc b/tmtc index 3377243c..f5613e5e 160000 --- a/tmtc +++ b/tmtc @@ -1 +1 @@ -Subproject commit 3377243c07ceb4c5d58d35468dedefb71e1c4aa5 +Subproject commit f5613e5e80013d2d0c33938a56a334ce2c7c9f5a