Added target compiler selections for FRDM-K20D50 which works.
Fork of F401RE-USBHost by
USBHost/USBHALHost.h
- Committer:
- va009039
- Date:
- 2014-06-23
- Revision:
- 17:4a710e2ba162
- Parent:
- 11:61843badd06e
- Child:
- 18:61554f238584
File content as of revision 17:4a710e2ba162:
#if defined(TARGET_NUCLEO_F401RE) #include "USBHALHost_F401RE.h" #elif defined(TARGET_KL46Z)||defined(TARGET_KL25Z)||defined(TARGET_K64F) #include "USBHALHost_KL46Z.h" #else #error "target error" #endif