nelisky 14 years ago
parent
commit
4c4d3b51b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-ztex.c

+ 1 - 1
driver-ztex.c

@@ -360,7 +360,7 @@ static bool ztex_prepare(struct thr_info *thr)
 	gettimeofday(&now, NULL);
 	gettimeofday(&now, NULL);
 	get_datestamp(cgpu->init, &now);
 	get_datestamp(cgpu->init, &now);
 	
 	
-	libztex_selectFpga(ztex);
+	ztex_selectFpga(ztex);
 	if (libztex_configureFpga(ztex) != 0)
 	if (libztex_configureFpga(ztex) != 0)
 		return false;
 		return false;
 	ztex_releaseFpga(ztex);
 	ztex_releaseFpga(ztex);