1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

usbutils make all windows timeouts 999ms

This commit is contained in:
Kano 2013-05-23 15:50:07 +10:00
parent 2baa5b9c22
commit ab080fa681

View File

@ -50,11 +50,11 @@
#define USB_CONFIG 1
#ifdef WIN32
#define BFLSC_TIMEOUT_MS 500
#define BFLSC_TIMEOUT_MS 999
#define BITFORCE_TIMEOUT_MS 999
#define MODMINER_TIMEOUT_MS 200
#define AVALON_TIMEOUT_MS 500
#define ICARUS_TIMEOUT_MS 500
#define MODMINER_TIMEOUT_MS 999
#define AVALON_TIMEOUT_MS 999
#define ICARUS_TIMEOUT_MS 999
#else
#define BFLSC_TIMEOUT_MS 200
#define BITFORCE_TIMEOUT_MS 200