M H / Mbed 2 deprecated prijimac-final

Dependencies:   mbed FATFileSystem

Fork of KL46Z-USBHostMSD_HelloWorld by Norimasa Okamoto

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers USBHALHost.h Source File

USBHALHost.h

00001 #if defined(TARGET_NUCLEO_F401RE)
00002 #include "USBHALHost_F401RE.h"
00003 #elif defined(TARGET_KL46Z)||defined(TARGET_KL25Z)
00004 #include "USBHALHost_KL46Z.h"
00005 #else
00006 #error "target error"
00007 #endif
00008 
00009