mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-09 12:11:02 +00:00
libztex: fixed a typo
This commit is contained in:
parent
29ff10743f
commit
01d7b261eb
@ -468,7 +468,7 @@ static int libztex_configureFpgaLS(struct libztex_device *ztex, const char* firm
|
||||
cnt = libusb_control_transfer(ztex->hndl, 0x40, 0x32, 0, 0, buf, length, 5000);
|
||||
if (cnt != length)
|
||||
{
|
||||
applog(LOG_ERR, "%s: Failed send hs fpga data", ztex->repr);
|
||||
applog(LOG_ERR, "%s: Failed send ls fpga data", ztex->repr);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user