mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Removed non-generic case
This commit is contained in:
parent
6e70087f0b
commit
084c3f5478
1 changed files with 0 additions and 7 deletions
|
@ -204,13 +204,6 @@ void BTHID::ACLData(uint8_t* l2capinbuf) {
|
||||||
pRptParser[MOUSE_PARSER_ID]->Parse(reinterpret_cast<HID *> (this), 0, (uint8_t) length, &l2capinbuf[10]); // Use reinterpret_cast again to extract the instance
|
pRptParser[MOUSE_PARSER_ID]->Parse(reinterpret_cast<HID *> (this), 0, (uint8_t) length, &l2capinbuf[10]); // Use reinterpret_cast again to extract the instance
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 0x03:
|
|
||||||
#ifdef DEBUG_USB_HOST
|
|
||||||
Notify(PSTR("\r\nChange mode event: "), 0x80);
|
|
||||||
D_PrintHex<uint8_t > (l2capinbuf[11], 0x80);
|
|
||||||
#endif
|
|
||||||
break;
|
|
||||||
#ifdef DEBUG_USB_HOST
|
#ifdef DEBUG_USB_HOST
|
||||||
default:
|
default:
|
||||||
Notify(PSTR("\r\nUnknown Report type: "), 0x80);
|
Notify(PSTR("\r\nUnknown Report type: "), 0x80);
|
||||||
|
|
Loading…
Reference in a new issue