We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288c250 commit 5984408Copy full SHA for 5984408
src/Keyboard.cpp
@@ -62,7 +62,7 @@ static const uint8_t _hidReportDescriptor[] PROGMEM = {
62
63
Keyboard_::Keyboard_(void)
64
{
65
- static HIDDescriptorListNode node(_hidReportDescriptor, sizeof(_hidReportDescriptor));
+ static HIDSubDescriptor node(_hidReportDescriptor, sizeof(_hidReportDescriptor));
66
HID().AppendDescriptor(&node);
67
}
68
0 commit comments