Usb read

Dependencies:   FATFileSystem

Fork of F401RE-USBHost by Norimasa Okamoto

USBHost/USBHALHost.h

Committer:
vincenzoDMT
Date:
2018-01-08
Revision:
25:e1e02d62995c
Parent:
11:61843badd06e
Child:
17:4a710e2ba162

File content as of revision 25:e1e02d62995c:

#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