X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e629181f5a91a933bb96feaa1189481c81fa55ac..9c0f13d5dd68761154694c71a8c4fba4f876ed2d:/client/graph.c diff --git a/client/graph.c b/client/graph.c index 94d6054f..95050f55 100644 --- a/client/graph.c +++ b/client/graph.c @@ -76,6 +76,8 @@ size_t getFromGraphBuf(uint8_t *buff) } return i; } + + // Get or auto-detect clock rate int GetClock(const char *str, int peak, int verbose) { @@ -157,4 +159,4 @@ int GetNRZpskClock(const char *str, int peak, int verbose) } } return clock; -} \ No newline at end of file +}