Zoltan Hudak / UsbHostMAX3421E

Dependents:   UsbHostMAX3421E_Hello

Revision:
1:2263e77400e9
Parent:
0:84353c479782
--- a/masstorage.h	Sun Jul 12 20:39:26 2020 +0000
+++ b/masstorage.h	Mon Jul 13 07:03:06 2020 +0000
@@ -472,7 +472,7 @@
         static const uint8_t epDataOutIndex; // DataOUT endpoint index
         static const uint8_t epInterruptInIndex; // InterruptIN  endpoint index
 
-        USB *pUsb;
+        Usb *pUsb;
         uint8_t bAddress;
         uint8_t bConfNum; // configuration number
         uint8_t bIface; // interface value
@@ -500,7 +500,7 @@
                 return 0;
         };
 public:
-        BulkOnly(USB *p);
+        BulkOnly(Usb *p);
 
         uint8_t GetLastUsbError() {
                 return bLastUsbError;