bugfix
This commit is contained in:
parent
fa4e442eac
commit
d66ac9e4a6
@ -173,7 +173,7 @@ ReturnValue_t GyroHandler::interpretDeviceReply(DeviceCommandId_t id,
|
||||
float temperature = 25.0 + temperaturOffset;
|
||||
|
||||
PoolReadHelper readSet(&dataset);
|
||||
if(result == HasReturnvaluesIF::RETURN_OK) {
|
||||
if(readSet.getReadResult() == HasReturnvaluesIF::RETURN_OK) {
|
||||
dataset.angVelocX = angVelocX;
|
||||
dataset.angVelocY = angVelocY;
|
||||
dataset.angVelocZ = angVelocZ;
|
||||
|
Loading…
Reference in New Issue
Block a user