Skip to content

Commit 5984408

Browse files
committed
[HID] renamed HIDDescriptorListNode to HIDSubDescriptor
1 parent 288c250 commit 5984408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Keyboard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static const uint8_t _hidReportDescriptor[] PROGMEM = {
6262

6363
Keyboard_::Keyboard_(void)
6464
{
65-
static HIDDescriptorListNode node(_hidReportDescriptor, sizeof(_hidReportDescriptor));
65+
static HIDSubDescriptor node(_hidReportDescriptor, sizeof(_hidReportDescriptor));
6666
HID().AppendDescriptor(&node);
6767
}
6868

0 commit comments

Comments
 (0)