X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e770c6482407fb67c37973cc3e95409cd5c6d952..6de4350803266394eba84947faa7447ec168c550:/client/graph.c diff --git a/client/graph.c b/client/graph.c index 00997437..1bf730b7 100644 --- a/client/graph.c +++ b/client/graph.c @@ -94,7 +94,7 @@ int GetClock(const char *str, int peak, int verbose) PrintAndLog("Failed to copy from graphbuffer"); return -1; } - clock = DetectASKClock(grph,size,0,20); + DetectASKClock(grph,size,&clock,20); // Only print this message if we're not looping something if (!verbose){ PrintAndLog("Auto-detected clock rate: %d", clock);