NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
5:dd63a1e02b1b
Parent:
4:fd826cad83c0
--- a/drv/usb/UsbHostMgr.h	Fri Jul 09 14:46:47 2010 +0000
+++ b/drv/usb/UsbHostMgr.h	Tue Jul 27 15:59:42 2010 +0000
@@ -29,7 +29,7 @@
 #include "UsbInc.h"
 #include "UsbDevice.h"
 
-#define USB_HOSTMGR_MAX_DEVS 1 //1 device max for now... will be more when hubs are supported
+#define USB_HOSTMGR_MAX_DEVS 2 //2 devices max for now... will be more when hubs are supported
 
 class UsbDevice;