remove some cruft
Some checks are pending
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-07-06 17:26:09 +02:00
parent 6182218813
commit 61ea80f92c
Signed by: muellerr
GPG Key ID: 407F9B00F858F270
2 changed files with 0 additions and 2 deletions

View File

@ -1249,7 +1249,6 @@ void ThermalController::ctrlObc() {
void ThermalController::ctrlObcIfBoard() {
thermalComponent = OBCIF_BOARD;
sensors[0].first = deviceTemperatures.q7s.isValid();
sensors[0].second = deviceTemperatures.q7s.value;
sensors[1].first = sensorTemperatures.tmp1075Tcs0.isValid();

View File

@ -15,7 +15,6 @@ Tmp1075Handler::~Tmp1075Handler() {}
void Tmp1075Handler::doStartUp() { setMode(MODE_ON); }
void Tmp1075Handler::doShutDown() {
sif::debug << "TMP1075: Going off" << std::endl;
communicationStep = CommunicationStep::START_ADC_CONVERSION;
PoolReadGuard pg(&dataset);
dataset.setValidity(false, true);