Skip to content

Commit

Permalink
Fix nasa#59, Remove OS_PACK
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Nov 13, 2020
1 parent 179a680 commit 519fdaa
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
{
uint8 TlmHeader[CFE_SB_TLM_HDR_SIZE];
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 519fdaa

Please sign in to comment.