1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

had freqM1 as int when it is a double.

This commit is contained in:
nelisky 2012-04-02 22:22:19 +01:00
parent 57a2764eb5
commit 381c294878

View File

@ -57,7 +57,7 @@ struct libztex_device {
unsigned char moduleReserved[12];
uint8_t numNonces;
uint16_t offsNonces;
uint16_t freqM1;
double freqM1;
uint8_t freqM;
uint8_t freqMaxM;
uint8_t freqMDefault;