1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00
This commit is contained in:
nelisky 2012-05-03 10:28:29 -07:00
parent 7aaf1b6a07
commit 4c4d3b51b0

View File

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