Browse Source

reset fix

John 10 years ago
parent
commit
6085a9cf73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-futurebit.c

+ 1 - 1
driver-futurebit.c

@@ -451,7 +451,7 @@ void futurebit_thread_shutdown(struct thr_info *thr)
 {
 	struct cgpu_info *device = thr->cgpu;
 	
-	futurebit_reset_board(device->device_path);
+	futurebit_reset_board(device->device_fd);
 	
 	serial_close(device->device_fd);
 }