Zoltan Hudak / UsbHostMAX3421E

Dependents:   UsbHostMAX3421E_Hello

Revision:
1:2263e77400e9
Parent:
0:84353c479782
--- a/usbh_midi.cpp	Sun Jul 12 20:39:26 2020 +0000
+++ b/usbh_midi.cpp	Mon Jul 13 07:03:06 2020 +0000
@@ -84,7 +84,7 @@
 const uint8_t USBH_MIDI::epDataInIndexVSP  = 3;
 const uint8_t USBH_MIDI::epDataOutIndexVSP = 4;
 
-USBH_MIDI::USBH_MIDI(USB *p) :
+USBH_MIDI::USBH_MIDI(Usb *p) :
 pUsb(p),
 bAddress(0),
 bNumEP(1),