summaryrefslogtreecommitdiff
path: root/src/HIDTypes.h
diff options
context:
space:
mode:
authorchegewara <imperiaonline4@gmail.com>2018-11-30 10:59:14 +0100
committerchegewara <imperiaonline4@gmail.com>2018-11-30 10:59:14 +0100
commit934702b6169b92c71cbc850876fd17fb9ee3236d (patch)
tree048df4f7106cd4a574b609a13e62a36567f5a322 /src/HIDTypes.h
parentUpload of 0.4.16 (diff)
downloadthermostat-934702b6169b92c71cbc850876fd17fb9ee3236d.tar.gz
thermostat-934702b6169b92c71cbc850876fd17fb9ee3236d.tar.bz2
thermostat-934702b6169b92c71cbc850876fd17fb9ee3236d.zip
Changes, bugfixes and updgrades. Library is ready to work with arduino-esp32 v1.0.1.
Diffstat (limited to 'src/HIDTypes.h')
-rw-r--r--src/HIDTypes.h4
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