fix mismatched brace

This commit is contained in:
Andrew J. Kroll 2017-08-14 05:58:05 -04:00
parent d0e32182cb
commit e0ed7cce31

View file

@ -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");