]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfem4x.c
lf/data combined detectclock functions to one
[proxmark3-svn] / client / cmdlfem4x.c
index 95b0342d4d5d3a0e204ad18c5d2169a22df3fc79..232d56357cfa4ffd99e9f0a3f048d9696778bc74 100644 (file)
@@ -61,7 +61,7 @@ int CmdEM410xRead(const char *Cmd)
   }
 
   /* get clock */
-  clock = GetClock(Cmd, high, 0);
+  clock = GetAskClock(Cmd, false, false);
 
   /* parity for our 4 columns */
   parity[0] = parity[1] = parity[2] = parity[3] = 0;
Impressum, Datenschutz