Browse Source

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

This reverts commit 4aaeb510c8.

There is a baud emulation function now.
nfactor-troky
ckolivas 11 years ago
parent
commit
dbac7f53a6
  1. 3
      driver-icarus.c

3
driver-icarus.c

@ -894,9 +894,6 @@ static int64_t icarus_scanhash(struct thr_info *thr, struct work *work, @@ -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",

Loading…
Cancel
Save