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

Move macro definition to bflsc driver

This commit is contained in:
Con Kolivas 2013-06-09 17:22:23 +10:00
parent 641545aac7
commit 7f1ce19059
2 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,8 @@
*/
#define BFLSC_BUFSIZ (0x1000)
#define BFLSC_INFO_TIMEOUT 999
#define BFLSC_DI_FIRMWARE "FIRMWARE"
#define BFLSC_DI_ENGINES "ENGINES"
#define BFLSC_DI_JOBSINQUE "JOBS IN QUEUE"

View File

@ -50,8 +50,6 @@
#define USB_CONFIG 1
#define BFLSC_INFO_TIMEOUT 999
#ifdef WIN32
#define BFLSC_TIMEOUT_MS 999
#define BITFORCE_TIMEOUT_MS 999