summaryrefslogtreecommitdiff
path: root/source/LCM/include/t_r15_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCM/include/t_r15_header.h')
-rw-r--r--source/LCM/include/t_r15_header.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/LCM/include/t_r15_header.h b/source/LCM/include/t_r15_header.h
index 55b717b..f102912 100644
--- a/source/LCM/include/t_r15_header.h
+++ b/source/LCM/include/t_r15_header.h
@@ -17,7 +17,6 @@
* Includes
******************************************************************************/
#include "t_basicdefinitions.h"
-#include "command_ids.h"
/*******************************************************************************
* Types, constants
@@ -81,7 +80,7 @@ typedef struct {
typedef struct {
uint16 SessionState; /**< Session and state for command header */
uint8 Command; /**< Specified command */
- GroupId_e CommandGroup; /**< Specified command group */
+ uint8 CommandGroup; /**< Specified command group */
} CommandExtendedHeader_t;
/**