Browse Source

had freqM1 as int when it is a double.

nfactor-troky
nelisky 13 years ago
parent
commit
381c294878
  1. 2
      libztex.h

2
libztex.h

@ -57,7 +57,7 @@ struct libztex_device { @@ -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;

Loading…
Cancel
Save