Remove anonymous structures

This commit is contained in:
Stefano Calabretti
2022-03-07 00:45:51 +01:00
parent e764a9ba12
commit b1ec65b27f
7 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
*/
typedef enum MmrCanMessageId MmrCanMessageId;
typedef enum {
typedef enum MmrCanMessageIdType {
MMR_CAN_MESSAGE_ID_TYPE_SCS = 0,
MMR_CAN_MESSAGE_ID_TYPE_DRIVE = 1,
} MmrCanMessageIdType;