Skip to content

Commit

Permalink
Merge pull request #96 from jphickey/fix-95-task-registration
Browse files Browse the repository at this point in the history
Fix #95, remove app registration
  • Loading branch information
astrogeco authored Mar 29, 2021
2 parents f4fd9ec + 9d53b24 commit 9773686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fsw/src/to_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ int32 TO_LAB_init(void)
char ToTlmPipeName[16];
uint16 ToTlmPipeDepth;

CFE_ES_RegisterApp();
TO_LAB_Global.downlink_on = false;
PipeDepth = TO_LAB_CMD_PIPE_DEPTH;
strcpy(PipeName, "TO_LAB_CMD_PIPE");
Expand Down

0 comments on commit 9773686

Please sign in to comment.