Author: remi Date: 2008-06-24 16:57:55 +0200 (Tue, 24 Jun 2008) New Revision: 1262
Modified: software_suite_v2/middleware/tuxdriver/trunk/src/tux_usb.h Log: * updated a threshold in the usb module. Modified: software_suite_v2/middleware/tuxdriver/trunk/src/tux_usb.h =================================================================== --- software_suite_v2/middleware/tuxdriver/trunk/src/tux_usb.h 2008-06-24 13:04:28 UTC (rev 1261) +++ software_suite_v2/middleware/tuxdriver/trunk/src/tux_usb.h 2008-06-24 14:57:55 UTC (rev 1262) @@ -36,7 +36,7 @@ #define TUX_WRITE_TIMEOUT 1000 #define TUX_READ_TIMEOUT 1000 #define TUX_READ_LOOP_INTERVAL 0.1 -#define TUX_USB_ERROR_LIMIT 5 +#define TUX_USB_ERROR_LIMIT 10 #define MIN_FIRMWARE_VERSION 0x030 #ifdef WIN32 ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Tux-droid-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-svn
