1
0
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:
Denis Ahrens 2012-12-14 15:05:34 +01:00
parent 29ff10743f
commit 01d7b261eb

View File

@ -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;
}
}