Commit dbac7f53a6edf546fa263a82d58e4d9ac432889c

ckolivas 2013-07-21T15:53:36

Revert "Sleep after sending icarus work to emulate working at 115200 baud." This reverts commit 4aaeb510c82f93f33120cd021afcc17d3b12234f. There is a baud emulation function now.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/driver-icarus.c b/driver-icarus.c
index a0c44bb..0f1be18 100644
--- a/driver-icarus.c
+++ b/driver-icarus.c
@@ -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",