another fix

This commit is contained in:
Robin Müller 2020-12-27 17:14:26 +01:00 committed by Robin.Mueller
parent 90d1b601be
commit f447a1bdef
2 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ ReturnValue_t MGMHandlerLIS3MDL::buildCommandFromCommand(
return setOperatingMode(commandData, commandDataLen);
}
default:
lastSentCommand = DeviceHandlerIF::NO_COMMAND;
lastSentCommand = DeviceHandlerIF::NO_COMMAND_ID;
return DeviceHandlerIF::COMMAND_NOT_IMPLEMENTED;
}
return HasReturnvaluesIF::RETURN_FAILED;
@ -283,7 +283,7 @@ ReturnValue_t MGMHandlerLIS3MDL::interpretDeviceReply(DeviceCommandId_t id,
}
default: {
return DeviceHandlerIF::UNKNOW_DEVICE_REPLY;
return DeviceHandlerIF::UNKNOWN_DEVICE_REPLY;
}
}

2
tmtc

@ -1 +1 @@
Subproject commit e0c896e62d25286d00599ca57b71d0a3495ed95f
Subproject commit 9be8713fa0cc6128e9469da2e635365b03146de3