From 084c3f54788309ff1650157406c795bf88349bc2 Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Thu, 12 Dec 2013 01:01:50 +0100 Subject: [PATCH] Removed non-generic case --- BTHID.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/BTHID.cpp b/BTHID.cpp index f410bcc2..71e35743 100644 --- a/BTHID.cpp +++ b/BTHID.cpp @@ -204,13 +204,6 @@ void BTHID::ACLData(uint8_t* l2capinbuf) { pRptParser[MOUSE_PARSER_ID]->Parse(reinterpret_cast (this), 0, (uint8_t) length, &l2capinbuf[10]); // Use reinterpret_cast again to extract the instance } break; - - case 0x03: -#ifdef DEBUG_USB_HOST - Notify(PSTR("\r\nChange mode event: "), 0x80); - D_PrintHex (l2capinbuf[11], 0x80); -#endif - break; #ifdef DEBUG_USB_HOST default: Notify(PSTR("\r\nUnknown Report type: "), 0x80);