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

Ensure everyone sees the same screen/api name as the previous version for Icarus

This commit is contained in:
Kano 2012-04-23 18:06:30 +10:00
parent 9175e4f25c
commit e369d787e0

View File

@ -381,7 +381,7 @@ static void icarus_shutdown(struct thr_info *thr)
struct device_api icarus_api = {
.dname = "icarus",
.name = "PGA",
.name = "ICA",
.api_detect = icarus_detect,
.thread_prepare = icarus_prepare,
.scanhash = icarus_scanhash,