Commit a81749bb38e7bf6904df7d7ef6378fd4324af1ee

Con Kolivas 2013-06-19T12:15:51

Increase the BFLSC timeout to allow the maximum number of results to be returned for BAS in time.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/usbutils.c b/usbutils.c
index 88cbadf..1c811b1 100644
--- a/usbutils.c
+++ b/usbutils.c
@@ -61,7 +61,7 @@
 #define AVALON_TIMEOUT_MS 999
 #define ICARUS_TIMEOUT_MS 999
 #else
-#define BFLSC_TIMEOUT_MS 200
+#define BFLSC_TIMEOUT_MS 300
 #define BITFORCE_TIMEOUT_MS 200
 #define MODMINER_TIMEOUT_MS 100
 #define AVALON_TIMEOUT_MS 200