1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-09 20:21:01 +00:00

Revert "Sleep after sending icarus work to emulate working at 115200 baud."

This reverts commit 4aaeb510c82f93f33120cd021afcc17d3b12234f.

There is a baud emulation function now.
This commit is contained in:
ckolivas 2013-07-21 15:53:36 +10:00
parent 1878029df7
commit dbac7f53a6

View File

@ -894,9 +894,6 @@ static int64_t icarus_scanhash(struct thr_info *thr, struct work *work,
return 0;
}
/* Simple attempt to emulate writing at 115200 baud */
nusleep(4444);
if (opt_debug) {
ob_hex = bin2hex(ob_bin, sizeof(ob_bin));
applog(LOG_DEBUG, "%s%d: sent %s",