Skip to content

Commit

Permalink
Fix #105, Remove non-portable OS_PACK (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: Gerardo E. Cruz-Ortiz <[email protected]>
  • Loading branch information
skliper and astrogeco authored Nov 13, 2020
1 parent 6051390 commit 874beda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fsw/src/sample_app_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ typedef struct
{
CFE_SB_TlmHdr_t TlmHeader;
SAMPLE_APP_HkTlm_Payload_t Payload;
} OS_PACK SAMPLE_APP_HkTlm_t;
} SAMPLE_APP_HkTlm_t;


#endif /* _sample_app_msg_h_ */

Expand Down

0 comments on commit 874beda

Please sign in to comment.