Update FSFW #24

Merged
muellerr merged 160 commits from mueller/master into master 2021-09-26 22:54:37 +02:00
77 changed files with 1460 additions and 1314 deletions
Showing only changes of commit 6d0d04ac23 - Show all commits

View File

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