mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
fix mismatched brace
This commit is contained in:
parent
d0e32182cb
commit
e0ed7cce31
1 changed files with 1 additions and 1 deletions
|
@ -84,8 +84,8 @@ uint8_t FTDI::Init(uint8_t parent, uint8_t port, bool lowspeed) {
|
||||||
p->epinfo = oldep_ptr;
|
p->epinfo = oldep_ptr;
|
||||||
|
|
||||||
if(rcode) {
|
if(rcode) {
|
||||||
|
|
||||||
goto FailGetDevDescr;
|
goto FailGetDevDescr;
|
||||||
|
}
|
||||||
if(udd->idVendor != FTDI_VID || udd->idProduct != wIdProduct)
|
if(udd->idVendor != FTDI_VID || udd->idProduct != wIdProduct)
|
||||||
{
|
{
|
||||||
USBTRACE("FTDI Init: Product not supported\r\n");
|
USBTRACE("FTDI Init: Product not supported\r\n");
|
||||||
|
|
Loading…
Reference in a new issue