1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

Wait till buffer is cleared after sending idle tasks to avalon before returning from avalon_idle.

This commit is contained in:
Con Kolivas 2013-05-27 01:33:54 +10:00
parent f164446282
commit b790153990

View File

@ -494,6 +494,7 @@ static void avalon_idle(struct cgpu_info *avalon, struct avalon_info *info,
info->frequency);
avalon_send_task(fd, &at, avalon);
}
wait_avalon_ready(fd);
}
static bool avalon_detect_one(const char *devpath)