X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/3be2a5ae0b3f153a60a04ff83b7c3f864d716371..7bc95e2e43c0b00b72fc794b18c26a880ac19d1c:/armsrc/util.h diff --git a/armsrc/util.h b/armsrc/util.h index 9c4b4c58..e8b9cdff 100644 --- a/armsrc/util.h +++ b/armsrc/util.h @@ -47,7 +47,7 @@ void StartCountUS(); uint32_t RAMFUNC GetCountUS(); uint32_t RAMFUNC GetDeltaCountUS(); -void StartCountMifare(); -uint32_t RAMFUNC GetCountMifare(); +void StartCountSspClk(); +uint32_t RAMFUNC GetCountSspClk(); #endif