meier/gpioOpenByLineName #19

Merged
muellerr merged 4 commits from meier/gpioOpenByLineName into eive/develop 2021-09-27 10:09:13 +02:00
Showing only changes of commit 16b125ef6c - Show all commits

View File

@ -71,7 +71,7 @@ ReturnValue_t MgmLIS3MDLHandler::buildTransitionDeviceCommand(
switch (internalState) {
case(InternalState::STATE_NONE):
case(InternalState::STATE_NORMAL): {
return HasReturnvaluesIF::RETURN_OK;
return DeviceHandlerBase::NOTHING_TO_SEND;
}
case(InternalState::STATE_FIRST_CONTACT): {
*id = MGMLIS3MDL::IDENTIFY_DEVICE;