Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: F401RE-USBHostMIDI_RecieveExample
Fork of F401RE-USBHost by
USBHost/USBHALHost.h
- Committer:
- va009039
- Date:
- 2014-06-09
- Revision:
- 11:61843badd06e
- Parent:
- 10:40c7f6788902
- Child:
- 17:4a710e2ba162
File content as of revision 11:61843badd06e:
#if defined(TARGET_NUCLEO_F401RE)
#include "USBHALHost_F401RE.h"
#elif defined(TARGET_KL46Z)||defined(TARGET_KL25Z)
#include "USBHALHost_KL46Z.h"
#else
#error "target error"
#endif
            
    