Browse Source

Merge branch 'ztex_S_noauto' into dev_x6500

Conflicts:
	miner.c
Luke Dashjr 13 years ago
parent
commit
7b89d40260
1 changed files with 2 additions and 2 deletions
  1. 2 2
      miner.c

+ 2 - 2
miner.c

@@ -69,10 +69,10 @@
 #include "scrypt.h"
 #endif
 
-#if defined(USE_BITFORCE) || defined(USE_ICARUS) || defined(USE_MODMINER)
+#if defined(USE_BITFORCE) || defined(USE_ICARUS) || defined(USE_MODMINER) || defined(USE_ZTEX)
 #	define USE_FPGA
 #	define USE_FPGA_SERIAL
-#elif defined(USE_ZTEX) || defined(USE_X6500)
+#elif defined(USE_X6500)
 #	define USE_FPGA
 #endif