Browse Source

bitfury: Allow setting osc6_bits up to 60

Luke Dashjr 12 years ago
parent
commit
3a09303736
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-bitfury.h

+ 1 - 1
driver-bitfury.h

@@ -6,7 +6,7 @@
 
 
 #include "miner.h"
 #include "miner.h"
 
 
-#define BITFURY_MAX_OSC6_BITS  55
+#define BITFURY_MAX_OSC6_BITS  60
 
 
 extern bool bitfury_prepare(struct thr_info *);
 extern bool bitfury_prepare(struct thr_info *);
 extern bool bitfury_init_chip(struct cgpu_info *);
 extern bool bitfury_init_chip(struct cgpu_info *);