Zoltan Hudak / UsbHostMAX3421E

Dependents:   UsbHostMAX3421E_Hello

Revision:
1:2263e77400e9
Parent:
0:84353c479782
--- a/cdcftdi.cpp	Sun Jul 12 20:39:26 2020 +0000
+++ b/cdcftdi.cpp	Mon Jul 13 07:03:06 2020 +0000
@@ -20,7 +20,7 @@
 const uint8_t FTDI::epDataOutIndex = 2;
 const uint8_t FTDI::epInterruptInIndex = 3;
 
-FTDI::FTDI(USB *p, FTDIAsyncOper *pasync, uint16_t idProduct) :
+FTDI::FTDI(Usb *p, FTDIAsyncOper *pasync, uint16_t idProduct) :
 pAsync(pasync),
 pUsb(p),
 bAddress(0),