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