1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-29 16:04:33 +00:00

Increase max devices to 64 (for FPGA support)

This commit is contained in:
Kano 2012-03-30 21:58:15 +11:00
parent f9af5acf13
commit 0be2b9e9b6

View File

@ -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