USB Host Library for Sprint Dongles

Fork of USBHostWANDongleSprint by mbed official

Revision:
3:9ec92dd8a8cb
Parent:
0:bfed5767d0a5
--- 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;