Skip to content

Commit 75c9a41

Browse files
author
elizabeth.e.ash@nasa.gov
committed
Fix #231, to_lab app: Fixing formatting again 5
1 parent 074ae28 commit 75c9a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fsw/src/to_lab_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ CFE_Status_t TO_LAB_init(void)
129129
strncpy(PipeName, "TO_LAB_CMD_PIPE", sizeof(PipeName) - 1);
130130
/* Make sure a null terminator is added to the strncpy destination */
131131
PipeName[sizeof(PipeName) - 1] = '\0';
132-
ToTlmPipeDepth = TO_LAB_PLATFORM_TLM_PIPE_DEPTH;
132+
ToTlmPipeDepth = TO_LAB_PLATFORM_TLM_PIPE_DEPTH;
133133
strncpy(ToTlmPipeName, "TO_LAB_TLM_PIPE", sizeof(ToTlmPipeName) - 1);
134134
ToTlmPipeName[sizeof(ToTlmPipeName) - 1] = '\0';
135135

0 commit comments

Comments
 (0)