From 98437343f0f5d99bee72790a213b9817d1838e25 Mon Sep 17 00:00:00 2001 From: Avi Date: Sat, 22 Oct 2022 21:13:59 +1000 Subject: [PATCH] Fix #135, Add version information to NOOP event --- fsw/src/to_lab_app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsw/src/to_lab_app.c b/fsw/src/to_lab_app.c index d1fb0fd..4ab4e47 100644 --- a/fsw/src/to_lab_app.c +++ b/fsw/src/to_lab_app.c @@ -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);