We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e690215 commit 80b7900Copy full SHA for 80b7900
hardware/arduino/avr/libraries/HID/HID.h
@@ -80,7 +80,7 @@ class HIDDescriptorListNode {
80
HIDDescriptorListNode(const void *d, const uint16_t l) : data(d), length(l) { }
81
82
const void* data;
83
- uint16_t length;
+ const uint16_t length;
84
};
85
86
class HID_ : public PUSBListNode
0 commit comments