ci_lab icon indicating copy to clipboard operation
ci_lab copied to clipboard

Fix #181, correct off-by-one error in CI_LAB_ReadUpLink

Open thnkslprpt opened this issue 8 months ago • 0 comments

Checklist

Describe the contribution

  • Fixes #181
    • Updates the for loop condition in CI_LAB_ReadUpLink() to run as many times as expected.

Couple minor fixes piggy-backing on this PR:

  • remove duplicate call to CFE_MSG_GetMsgId() in CI_LAB_TaskPipe() - probably a copy-paste leftover from a previous refactor
  • remove unused declarations CI_LAB_Noop() and CI_LAB_ResetCounters() - also leftovers from a previous refactor

Testing performed GitHub CI actions all passing successfully (incl. Build + Run, Unit/Functional Tests etc.).

System(s) tested on Debian 12 using the current main branch of cFS bundle.

Contributor Info Avi Weiss   @thnkslprpt

thnkslprpt avatar May 30 '25 17:05 thnkslprpt