Browse Source

Bugfix: nanofury: Move the bitfury pointer back to the last element before starting the ramp up loop

Luke Dashjr 11 years ago
parent
commit
80641213c6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-nanofury.c

+ 1 - 0
driver-nanofury.c

@@ -376,6 +376,7 @@ bool nanofury_init(struct thr_info * const thr)
 		bitfury_init_chip(proc);
 	}
 	
+	--bitfury;
 	while (bitfury->osc6_bits < 50)
 	{
 		for (proc = cgpu; proc; proc = proc->next_proc)