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/USBEndpoint.h
- Revision:
- 24:5396b6a93262
- Parent:
- 18:61554f238584
diff -r 4ab8bc835303 -r 5396b6a93262 USBHost/USBEndpoint.h --- a/USBHost/USBEndpoint.h Sun May 01 03:18:11 2016 +0000 +++ b/USBHost/USBEndpoint.h Mon Jun 13 17:21:07 2016 +0000 @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + #pragma once #include "FunctionPointer.h" #include "USBHostTypes.h"