Skip to content

Commit

Permalink
Fix #135, Add version information to NOOP event
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Nov 30, 2023
1 parent 2d7e01c commit 9843734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/src/to_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void TO_LAB_process_commands(void)
CFE_SB_Buffer_t *SBBufPtr;
CFE_Status_t Status;

/* Exit command processing loop if no message received. */
/* Exit command processing loop if no message is received. */
while (1)
{
Status = CFE_SB_ReceiveBuffer(&SBBufPtr, TO_LAB_Global.Cmd_pipe, CFE_SB_POLL);
Expand Down

0 comments on commit 9843734

Please sign in to comment.