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:
2023-07-06 17:26:09 +02:00
parent 6182218813
commit 61ea80f92c
2 changed files with 0 additions and 2 deletions

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);