Skip to content

Commit

Permalink
libztex: fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
denis2342 committed Dec 21, 2012
1 parent 29ff107 commit 01d7b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libztex.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 01d7b26

Please sign in to comment.