We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d63ad commit fba6ca8Copy full SHA for fba6ca8
hardware/arduino/sam/libraries/HID/HID.h
@@ -46,7 +46,7 @@ class HIDDescriptorListNode {
46
public:
47
HIDDescriptorListNode *next = NULL;
48
HIDDescriptorListNode(const void *d, uint16_t l) : data(d), length(l) { }
49
- uint8_t length;
+ uint16_t length;
50
const void* data;
51
};
52
0 commit comments