Browse Source

Merge branch 'nanofury2' into bfgminer

Luke Dashjr 12 years ago
parent
commit
8ef1b607e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-nanofury.c

+ 1 - 1
driver-nanofury.c

@@ -418,7 +418,7 @@ void nanofury_poll(struct thr_info * const thr)
 	struct cgpu_info * const dev = thr->cgpu;
 	struct nanofury_state * const state = thr->cgpu_data;
 	struct mcp2210_device * const mcp = state->mcp;
-	double diff1_before;
+	double diff1_before = 0.;
 	
 	if (state->identify_requested)
 	{