Commit 0be2b9e9b6fc1159ba61b10eb85b68d6d7a1b2b9

Kano 2012-03-30T21:58:15

Increase max devices to 64 (for FPGA support)

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/miner.h b/miner.h
index f244e81..cdcb44c 100644
--- a/miner.h
+++ b/miner.h
@@ -507,7 +507,7 @@ extern int add_pool_details(bool live, char *url, char *user, char *pass);
 #define ADD_POOL_OK 0
 
 #define MAX_GPUDEVICES 16
-#define MAX_DEVICES 32
+#define MAX_DEVICES 64
 #define MAX_POOLS (32)
 
 #define MIN_INTENSITY -10