diff --git a/config/default_lc_msgstruct.h b/config/default_lc_msgstruct.h index f3103b5..2f69451 100644 --- a/config/default_lc_msgstruct.h +++ b/config/default_lc_msgstruct.h @@ -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; /**