remove debug dummy

This commit is contained in:
Robin Müller 2022-11-03 15:11:19 +01:00
parent 8e26ad2871
commit b742f91ea8
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -148,9 +148,6 @@ ReturnValue_t Max31865EiveHandler::interpretDeviceReply(DeviceCommandId_t id,
if (getMode() == _MODE_START_UP and exchangeStruct.configured and state == InternalState::ON) {
transitionOk = true;
}
if (getMode() == _MODE_SHUT_DOWN) {
uint32_t dummy = 0;
}
if (getMode() == _MODE_SHUT_DOWN and not exchangeStruct.active) {
transitionOk = true;
return returnvalue::OK;