Skip to content

Commit

Permalink
Merge pull request nasa#61 from skliper/fix59-rm-os_pack
Browse files Browse the repository at this point in the history
Fix nasa#59, Remove non-portable OS_PACK
  • Loading branch information
astrogeco authored Nov 13, 2020
2 parents f7d41f6 + 51b8398 commit b8f96aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/src/ci_lab_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ typedef struct
{
CFE_SB_TlmHdr_t TlmHeader;
CI_LAB_HkTlm_Payload_t Payload;
} OS_PACK CI_LAB_HkTlm_t;
} CI_LAB_HkTlm_t;

#define CI_LAB_HK_TLM_LNGTH sizeof(CI_LAB_HkTlm_t)

Expand Down

0 comments on commit b8f96aa

Please sign in to comment.