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