Zoltan Hudak / UsbHostMAX3421E

Dependents:   UsbHostMAX3421E_Hello

Revision:
1:2263e77400e9
Parent:
0:84353c479782
--- a/PS3USB.h	Sun Jul 12 20:39:26 2020 +0000
+++ b/PS3USB.h	Mon Jul 13 07:03:06 2020 +0000
@@ -55,7 +55,7 @@
          * Pass your dongles Bluetooth address into the constructor,
          * so you are able to pair the controller with a Bluetooth dongle.
          */
-        PS3USB(USB *pUsb, uint8_t btadr5 = 0, uint8_t btadr4 = 0, uint8_t btadr3 = 0, uint8_t btadr2 = 0, uint8_t btadr1 = 0, uint8_t btadr0 = 0);
+        PS3USB(Usb *pUsb, uint8_t btadr5 = 0, uint8_t btadr4 = 0, uint8_t btadr3 = 0, uint8_t btadr2 = 0, uint8_t btadr1 = 0, uint8_t btadr0 = 0);
 
         /** @name USBDeviceConfig implementation */
         /**
@@ -265,7 +265,7 @@
 
 protected:
         /** Pointer to USB class instance. */
-        USB *pUsb;
+        Usb *pUsb;
         /** Device address. */
         uint8_t bAddress;
         /** Endpoint info structure. */