mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Now works with hubs
This commit is contained in:
parent
459c5b7984
commit
e89c68482b
1 changed files with 2 additions and 1 deletions
3
BTD.cpp
3
BTD.cpp
|
@ -232,7 +232,8 @@ FailUnknownDevice:
|
|||
Notify(PSTR(" PID: "));
|
||||
PrintHex<uint16_t>(PID);
|
||||
#endif
|
||||
rcode = -1;
|
||||
pUsb->setAddr(bAddress, 0, 0); // Reset address
|
||||
rcode = USB_DEV_CONFIG_ERROR_DEVICE_NOT_SUPPORTED;
|
||||
goto Fail;
|
||||
Fail:
|
||||
#ifdef DEBUG
|
||||
|
|
Loading…
Reference in a new issue