mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Removed unused code
This commit is contained in:
parent
f789c65c02
commit
35e8bb2dbf
1 changed files with 0 additions and 6 deletions
|
@ -258,12 +258,6 @@ uint8_t XBOXRECV::Init(uint8_t parent, uint8_t port, bool lowspeed) {
|
|||
return 0; // Successful configuration
|
||||
|
||||
/* Diagnostic messages */
|
||||
//#ifdef DEBUG_USB_HOST
|
||||
//FailGetDevDescr:
|
||||
// NotifyFailGetDevDescr();
|
||||
// goto Fail;
|
||||
//#endif
|
||||
|
||||
FailSetDevTblEntry:
|
||||
#ifdef DEBUG_USB_HOST
|
||||
NotifyFailSetDevTblEntry();
|
||||
|
|
Loading…
Reference in a new issue