create all available TMP devices
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-11-11 16:24:44 +01:00
parent 7921acefd4
commit 0815380044
8 changed files with 112 additions and 69 deletions

View File

@ -128,6 +128,4 @@ ReturnValue_t Tmp1075Handler::initializeLocalDataPool(localpool::DataPool &local
return returnvalue::OK;
}
void Tmp1075Handler::setModeNormal() {
setMode(_MODE_TO_NORMAL);
}
void Tmp1075Handler::setModeNormal() { setMode(_MODE_TO_NORMAL); }