Browse Source

Merge commit 'be1dc04' into bfgminer

Luke Dashjr 12 years ago
parent
commit
84ef6bd72c
1 changed files with 5 additions and 5 deletions
  1. 5 5
      driver-bitforce.c

+ 5 - 5
driver-bitforce.c

@@ -47,11 +47,11 @@
 #define BITFORCE_MAX_BQUEUE_AT_ONCE 5
 #define BITFORCE_MAX_BQUEUE_AT_ONCE 5
 
 
 enum bitforce_proto {
 enum bitforce_proto {
-	BFP_WORK,
-	BFP_RANGE,
-	BFP_QUEUE,
-	BFP_BQUEUE,
-	BFP_PQUEUE,
+	BFP_WORK   = 0,
+	BFP_RANGE  = 1,
+	BFP_QUEUE  = 2,
+	BFP_BQUEUE = 3,
+	BFP_PQUEUE = 4,
 };
 };
 
 
 static const char *protonames[] = {
 static const char *protonames[] = {