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

MMQ it's a bitstream

This commit is contained in:
Kano 2013-01-14 21:01:25 +11:00
parent ea807cf0c7
commit a52522af37

View File

@ -255,7 +255,7 @@ static bool get_expect(struct cgpu_info *modminer, FILE *f, char c)
}
if (buf != c) {
applog(LOG_ERR, "%s%u: firmware code mismatch (%c)",
applog(LOG_ERR, "%s%u: bitstream code mismatch (%c)",
modminer->drv->name, modminer->device_id, c);
return false;
}