Zoltan Hudak / UsbHostMAX3421E

Dependents:   UsbHostMAX3421E_Hello

Revision:
1:2263e77400e9
Parent:
0:84353c479782
--- a/PSBuzz.h	Sun Jul 12 20:39:26 2020 +0000
+++ b/PSBuzz.h	Mon Jul 13 07:03:06 2020 +0000
@@ -46,7 +46,7 @@
          * Constructor for the PSBuzz class.
          * @param  p   Pointer to the USB class instance.
          */
-        PSBuzz(USB *p) :
+        PSBuzz(Usb *p) :
         HIDUniversal(p) {
                 Reset();
         };