]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.c
give credit where credit is due
[proxmark3-svn] / client / cmddata.c
index d5b072c01ca444cdc35597b865bee0706ed22bb8..e96fb517ce6fb85a44573e866c7894cde05bdbb5 100644 (file)
@@ -1485,6 +1485,7 @@ int CmdFSKdemodPyramid(const char *Cmd)
     csBuff[i] = bytebits_to_byte(BitStream + idx + 16 + (i*8), 8);
   }
   //check checksum calc
+  //checksum calc thanks to ICEMAN!!
   uint32_t checkCS =  CRC8Maxim(csBuff,13);
 
   //get raw ID before removing parities
Impressum, Datenschutz