From 32151dc0875ff9e7b56e6b4c57897ea9e98e4a90 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Tue, 7 Nov 2023 14:38:23 +0000 Subject: [PATCH] Fix #99, Add padding in LC_RTSRequest_Payload_t to match SC --- config/default_lc_msgstruct.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; /**