fixed merge conflicts
This commit is contained in:
@ -99,10 +99,10 @@ ReturnValue_t Tmp1075Handler::interpretDeviceReply(DeviceCommandId_t id,
|
||||
#if OBSW_ENHANCED_PRINTOUT == 1
|
||||
sif::info << "Tmp1075: Temperature: " << tempValue<< " °C" << std::endl;
|
||||
#endif
|
||||
ReturnValue_t result = dataset.read(20);
|
||||
ReturnValue_t result = dataset.read();
|
||||
if(result == HasReturnvaluesIF::RETURN_OK) {
|
||||
dataset.temperatureCelcius = tempValue;
|
||||
dataset.commit(20);
|
||||
dataset.commit();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user