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 USBHostWANDongleSprint_bleedingedge by
Diff: USBHost/USBDeviceConnected.h
- Revision:
- 3:9ec92dd8a8cb
- Parent:
- 0:bfed5767d0a5
diff -r 34c976009b70 -r 9ec92dd8a8cb USBHost/USBDeviceConnected.h
--- a/USBHost/USBDeviceConnected.h	Mon Sep 24 09:08:49 2012 +0000
+++ b/USBHost/USBDeviceConnected.h	Wed Sep 26 07:07:47 2012 +0000
@@ -22,8 +22,8 @@
 #include "stdint.h"
 #include "USBEndpoint.h"
 
-#define MAX_ENDPOINT_PER_INTERFACE  2
-#define MAX_INTF                    2
+#define MAX_ENDPOINT_PER_INTERFACE  4
+#define MAX_INTF                    1
 
 typedef struct {
     bool in_use;
    