Simple USBHost library for STM32F746NG Discovery board. Only either the Fastspeed or the Highspeed port can be used( not both together)
Dependents: DISCO-F746NG_USB_Host
Fork of KL46Z-USBHost by
Diff: USBHost/USBDeviceConnected.h
- Revision:
- 24:5396b6a93262
- Parent:
- 12:b91fdea8c0a7
diff -r 4ab8bc835303 -r 5396b6a93262 USBHost/USBDeviceConnected.h --- a/USBHost/USBDeviceConnected.h Sun May 01 03:18:11 2016 +0000 +++ b/USBHost/USBDeviceConnected.h Mon Jun 13 17:21:07 2016 +0000 @@ -31,8 +31,8 @@ uint8_t intf_class; uint8_t intf_subclass; uint8_t intf_protocol; - myvector<USBEndpoint*>ep; -}; + myvector<USBEndpoint*>ep; +}; /** * USBDeviceConnected class