Browse Source

libztex: fixed a typo

nfactor-troky
Denis Ahrens 12 years ago
parent
commit
01d7b261eb
  1. 2
      libztex.c

2
libztex.c

@ -468,7 +468,7 @@ static int libztex_configureFpgaLS(struct libztex_device *ztex, const char* firm @@ -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…
Cancel
Save