Skip to content

Commit

Permalink
Fix nasa#54, Update CI to use osal_id_t
Browse files Browse the repository at this point in the history
Simple type change for consistency.
  • Loading branch information
jphickey committed Oct 2, 2020
1 parent 6d9010a commit 0c15c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/src/ci_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ typedef struct
bool SocketConnected;
CFE_SB_PipeId_t CommandPipe;
CFE_SB_MsgPtr_t MsgPtr;
uint32 SocketID;
osal_id_t SocketID;
OS_SockAddr_t SocketAddress;

CI_LAB_HkTlm_Buffer_t HkBuffer;
Expand Down

0 comments on commit 0c15c1b

Please sign in to comment.