1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

forgot a return

This commit is contained in:
Chris Chua 2013-07-29 21:53:14 +10:00
parent b0f4d55be7
commit b8cdaea8bb

View File

@ -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;
}
}