Zoltan Hudak / UsbHostMAX3421E

Dependents:   UsbHostMAX3421E_Hello

Revision:
1:2263e77400e9
Parent:
0:84353c479782
--- a/adk.cpp	Sun Jul 12 20:39:26 2020 +0000
+++ b/adk.cpp	Mon Jul 13 07:03:06 2020 +0000
@@ -22,7 +22,7 @@
 const uint8_t ADK::epDataInIndex = 1;
 const uint8_t ADK::epDataOutIndex = 2;
 
-ADK::ADK(USB *p, const char* manufacturer,
+ADK::ADK(Usb *p, const char* manufacturer,
         const char* model,
         const char* description,
         const char* version,