Skip to content

Commit

Permalink
Merge pull request #101 from skliper/fix99-sc_rts_padding
Browse files Browse the repository at this point in the history
Fix #99, Add padding in LC_RTSRequest_Payload_t to match SC
  • Loading branch information
dzbaker committed Nov 13, 2023
2 parents ca47670 + 32151dc commit 702086b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/default_lc_msgstruct.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ typedef struct
*/
typedef struct
{
uint16 RTSId; /**< \brief RTS Id to start */
uint16 RTSId; /**< \brief RTS Id to start */
uint16 Padding; /**< \brief Padding */
} LC_RTSRequest_Payload_t;

/**
Expand Down

0 comments on commit 702086b

Please sign in to comment.