Browse Source

Bugfix: x6500: Include --scan-serial option even for x6500-only builds

Luke Dashjr 13 years ago
parent
commit
8cd26a5cf5
1 changed files with 1 additions and 3 deletions
  1. 1 3
      miner.c

+ 1 - 3
miner.c

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