Skip to content

Commit

Permalink
Merge pull request nasa#61 from jphickey/fix-60-osal-id-type
Browse files Browse the repository at this point in the history
Fix nasa#60, Update TO to use osal_id_t
  • Loading branch information
astrogeco committed Oct 12, 2020
2 parents 37c7de7 + 86c4435 commit 1c1a12d
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 @@ -54,7 +54,7 @@ typedef struct
{
CFE_SB_PipeId_t Tlm_pipe;
CFE_SB_PipeId_t Cmd_pipe;
uint32 TLMsockid;
osal_id_t TLMsockid;
bool downlink_on;
char tlm_dest_IP[17];
bool suppress_sendto;
Expand Down

0 comments on commit 1c1a12d

Please sign in to comment.