Browse Source

Merge commit '828d195' into littlefury

Luke Dashjr 12 years ago
parent
commit
781800d33b
2 changed files with 1 additions and 2 deletions
  1. 1 1
      configure.ac
  2. 0 1
      libbitfury.c

+ 1 - 1
configure.ac

@@ -430,7 +430,7 @@ fi
 AM_CONDITIONAL([HAS_ZTEX], [test x$ztex = xyes])
 
 
-bitfury=auto
+bitfury=yes
 AC_ARG_ENABLE([bitfury],
 	[AC_HELP_STRING([--disable-bitfury],[Compile support for Bitfury (default enabled)])],
 	[bitfury=$enableval]

+ 0 - 1
libbitfury.c

@@ -403,7 +403,6 @@ void libbitfury_sendHashData1(int chip_id, struct bitfury_device *d, bool second
 	struct timespec time;
 	int smart = 0;
 	int chip = d->fasync;
-	int slot = d->slot;
 
 	memcpy(atrvec, p, 20*4);
 	ms3_compute(atrvec);