mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
[HID] made HIDDescriptorListNode.length constant
This commit is contained in:
parent
e69021550e
commit
80b79002fd
@ -80,7 +80,7 @@ public:
|
|||||||
HIDDescriptorListNode(const void *d, const uint16_t l) : data(d), length(l) { }
|
HIDDescriptorListNode(const void *d, const uint16_t l) : data(d), length(l) { }
|
||||||
|
|
||||||
const void* data;
|
const void* data;
|
||||||
uint16_t length;
|
const uint16_t length;
|
||||||
};
|
};
|
||||||
|
|
||||||
class HID_ : public PUSBListNode
|
class HID_ : public PUSBListNode
|
||||||
|
Loading…
Reference in New Issue
Block a user