Browse Source

BFL FPGA Windows timeout set to 999ms

Kano 13 years ago
parent
commit
e88652bc56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      usbutils.c

+ 1 - 1
usbutils.c

@@ -54,7 +54,7 @@
 
 
 #ifdef WIN32
 #ifdef WIN32
 #define BFLSC_TIMEOUT_MS 500
 #define BFLSC_TIMEOUT_MS 500
-#define BITFORCE_TIMEOUT_MS 500
+#define BITFORCE_TIMEOUT_MS 999
 #define MODMINER_TIMEOUT_MS 200
 #define MODMINER_TIMEOUT_MS 200
 #define AVALON_TIMEOUT_MS 500
 #define AVALON_TIMEOUT_MS 500
 #else
 #else