Browse Source

had freqM1 as int when it is a double.

nelisky 14 years ago
parent
commit
381c294878
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libztex.h

+ 1 - 1
libztex.h

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