diff options
Diffstat (limited to 'src/HIDTypes.h')
-rw-r--r-- | src/HIDTypes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HIDTypes.h b/src/HIDTypes.h index 726b84b..64850ef 100644 --- a/src/HIDTypes.h +++ b/src/HIDTypes.h @@ -89,8 +89,8 @@ #define MAX_HID_REPORT_SIZE (64) typedef struct { - uint32_t length; - uint8_t data[MAX_HID_REPORT_SIZE]; + uint32_t length; + uint8_t data[MAX_HID_REPORT_SIZE]; } HID_REPORT; #endif |