disabled all devices except for ADIS device
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2021-08-20 15:46:51 +02:00
parent e9849bfedd
commit 5b9811a950
3 changed files with 67 additions and 66 deletions

View File

@ -73,6 +73,7 @@ ReturnValue_t GyroADIS16507Handler::buildTransitionDeviceCommand(DeviceCommandId
break;
}
case(InternalState::STARTUP): {
return NOTHING_TO_SEND;
break;
}
default: {