mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
forgot a return
This commit is contained in:
parent
b0f4d55be7
commit
b8cdaea8bb
@ -647,6 +647,8 @@ static int bitburner_get_core_voltage(struct cgpu_info *avalon)
|
||||
} else {
|
||||
return (int)(buf[0] + ((unsigned int)buf[1] << 8));
|
||||
}
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user