1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Specify avalon in avalon_reset.

This commit is contained in:
Con Kolivas 2013-05-27 15:48:54 +10:00
parent 269a8de977
commit c478b302ce

View File

@ -291,7 +291,7 @@ static int avalon_reset(struct cgpu_info *avalon, bool initial)
wait_avalon_ready(avalon);
ret = avalon_send_task(&at, NULL);
ret = avalon_send_task(&at, avalon);
if (unlikely(ret == AVA_SEND_ERROR))
return -1;