diff --git a/fsw/src/ci_lab_app.c b/fsw/src/ci_lab_app.c index 70429f5..d1e74d4 100644 --- a/fsw/src/ci_lab_app.c +++ b/fsw/src/ci_lab_app.c @@ -216,9 +216,6 @@ void CI_LAB_ProcessCommandPacket(CFE_SB_Buffer_t *SBBufPtr) (unsigned int)CFE_SB_MsgIdToValue(MsgId)); break; } - - return; - } /* End CI_LAB_ProcessCommandPacket */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/ @@ -254,9 +251,6 @@ void CI_LAB_ProcessGroundCommand(CFE_SB_Buffer_t *SBBufPtr) default: break; } - - return; - } /* End of CI_LAB_ProcessGroundCommand() */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ @@ -325,9 +319,6 @@ void CI_LAB_ResetCounters_Internal(void) /* Status of packets ingested by CI task */ CI_LAB_Global.HkTlm.Payload.IngestPackets = 0; CI_LAB_Global.HkTlm.Payload.IngestErrors = 0; - - return; - } /* End of CI_LAB_ResetCounters() */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/ @@ -389,9 +380,6 @@ void CI_LAB_ReadUpLink(void) break; /* no (more) messages */ } } - - return; - } /* End of CI_LAB_ReadUpLink() */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/