final

Dependencies:   mbed FATFileSystem

Fork of KL46Z-USBHostMSD_HelloWorld by Norimasa Okamoto

Committer:
homzovam
Date:
Sat Apr 04 20:16:39 2015 +0000
Revision:
4:77d6450f34d7
prijimac-funkcni final

Who changed what in which revision?

UserRevisionLine numberNew contents of line
homzovam 4:77d6450f34d7 1 #if defined(TARGET_NUCLEO_F401RE)
homzovam 4:77d6450f34d7 2 #include "USBHALHost_F401RE.h"
homzovam 4:77d6450f34d7 3 #elif defined(TARGET_KL46Z)||defined(TARGET_KL25Z)
homzovam 4:77d6450f34d7 4 #include "USBHALHost_KL46Z.h"
homzovam 4:77d6450f34d7 5 #else
homzovam 4:77d6450f34d7 6 #error "target error"
homzovam 4:77d6450f34d7 7 #endif
homzovam 4:77d6450f34d7 8
homzovam 4:77d6450f34d7 9