DHB Update #144

Merged
gaisser merged 17 commits from KSat/fsfw:mueller/feature/DHBupdate into master 2020-09-01 12:24:21 +02:00
Showing only changes of commit 2e08037e75 - Show all commits

View File

@ -204,7 +204,7 @@ ReturnValue_t DeviceHandlerBase::initialize() {
//Set temperature target state to NON_OP.
DataSet mySet;
dp_int8_t thermalRequest(deviceThermalRequestPoolId, &mySet,
db_int8_t thermalRequest(deviceThermalRequestPoolId, &mySet,
PoolVariableIF::VAR_WRITE);
mySet.read();
thermalRequest = ThermalComponentIF::STATE_REQUEST_NON_OPERATIONAL;