Remove anonymous structures (#9)
This commit was merged in pull request #9.
This commit is contained in:
committed by
GitHub
parent
e764a9ba12
commit
a9fb248f3b
@@ -17,7 +17,7 @@
|
||||
|
||||
typedef void (*MmrCanEventHandler)(const MmrCanMessage *event);
|
||||
|
||||
typedef struct {
|
||||
typedef struct MmrCanEventList {
|
||||
const MmrCanEventHandler *handlers;
|
||||
const size_t count;
|
||||
} MmrCanEventList;
|
||||
|
||||
Reference in New Issue
Block a user