minor bugfix

This commit is contained in:
Robin Müller 2021-09-16 17:33:37 +02:00
parent 8f3edc90ba
commit 6d0d04ac23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ ReturnValue_t MgmRM3100Handler::buildTransitionDeviceCommand(
switch(internalState) {
case(InternalState::NONE):
case(InternalState::NORMAL): {
return HasReturnvaluesIF::RETURN_OK;
return NOTHING_TO_SEND;
}
case(InternalState::CONFIGURE_CMM): {
*id = RM3100::CONFIGURE_CMM;