mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
fix typo
This commit is contained in:
parent
7aaf1b6a07
commit
4c4d3b51b0
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user