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.cpp
- Revision:
- 10:40c7f6788902
- Parent:
- 9:7f9f64cf5ded
diff -r 7f9f64cf5ded -r 40c7f6788902 USBHost/USBHALHost.cpp
--- a/USBHost/USBHALHost.cpp Mon Feb 03 13:00:16 2014 +0000
+++ b/USBHost/USBHALHost.cpp Wed Feb 05 13:34:37 2014 +0000
@@ -129,7 +129,7 @@
USB_ERREN_DMAERREN_MASK|
USB_ERREN_BTSERREN_MASK;
- if (addDevice(0, 0, lowSpeed)) {
+ if (addDevice(NULL, 0, lowSpeed)) {
break;
}
USB_DBG("retry=%d", retry);
