Browse Source

Change FPGA detection order since BFL hangs on an ICA

nfactor-troky
Kano 13 years ago
parent
commit
5c2bf84a37
  1. 8
      cgminer.c

8
cgminer.c

@ -4842,14 +4842,14 @@ int main(int argc, char *argv[]) @@ -4842,14 +4842,14 @@ int main(int argc, char *argv[])
opencl_api.api_detect();
#endif
#ifdef USE_BITFORCE
bitforce_api.api_detect();
#endif
#ifdef USE_ICARUS
icarus_api.api_detect();
#endif
#ifdef USE_BITFORCE
bitforce_api.api_detect();
#endif
#ifdef USE_ZTEX
ztex_api.api_detect();
#endif

Loading…
Cancel
Save