mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 14:04:25 +00:00
Ensure everyone sees the same screen/api name as the previous version for Icarus
This commit is contained in:
parent
9175e4f25c
commit
e369d787e0
@ -381,7 +381,7 @@ static void icarus_shutdown(struct thr_info *thr)
|
|||||||
|
|
||||||
struct device_api icarus_api = {
|
struct device_api icarus_api = {
|
||||||
.dname = "icarus",
|
.dname = "icarus",
|
||||||
.name = "PGA",
|
.name = "ICA",
|
||||||
.api_detect = icarus_detect,
|
.api_detect = icarus_detect,
|
||||||
.thread_prepare = icarus_prepare,
|
.thread_prepare = icarus_prepare,
|
||||||
.scanhash = icarus_scanhash,
|
.scanhash = icarus_scanhash,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user