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.
Fork of F401RE-USBHost by
Diff: USBHost/USBHALHost_F401RE.cpp
- Revision:
- 19:47978c25c9b8
- Parent:
- 18:61554f238584
- Child:
- 23:4ab8bc835303
diff -r 61554f238584 -r 47978c25c9b8 USBHost/USBHALHost_F401RE.cpp --- a/USBHost/USBHALHost_F401RE.cpp Tue Jul 01 18:33:31 2014 +0900 +++ b/USBHost/USBHALHost_F401RE.cpp Sun Jul 20 11:00:24 2014 +0000 @@ -1,4 +1,4 @@ -#if defined(TARGET_NUCLEO_F401RE) +#if defined(TARGET_NUCLEO_F401RE)||defined(TARGET_NUCLEO_F411RE) #include "USBHALHost.h" #include <algorithm>