Skip to content

Commit

Permalink
Fix #99, Add padding in LC_RTSRequest_Payload_t to match SC
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Nov 7, 2023
1 parent ca47670 commit 32151dc
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 32151dc

Please sign in to comment.