Added featureReport data to constructor
This commit is contained in:
parent
0487754e10
commit
eed1098a21
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ static const uint8_t _hidReportDescriptorKeyboard[] PROGMEM = {
|
|||
0xc0 /* END_COLLECTION */
|
||||
};
|
||||
|
||||
BootKeyboard_::BootKeyboard_(void) : PluggableUSBModule(1, 1, epType), protocol(HID_REPORT_PROTOCOL), idle(1), leds(0)
|
||||
BootKeyboard_::BootKeyboard_(void) : PluggableUSBModule(1, 1, epType), protocol(HID_REPORT_PROTOCOL), idle(1), leds(0), featureReport(NULL), featureLength(0)
|
||||
{
|
||||
epType[0] = EP_TYPE_INTERRUPT_IN;
|
||||
PluggableUSB().plug(this);
|
||||
|
|
|
|||
Loading…
Reference in a new issue