X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/75465377b93c9a27450a186342e9cfd2a84b4173..b82c2f85e457f361b119d21a31f3263ac3489cc8:/armsrc/util.h diff --git a/armsrc/util.h b/armsrc/util.h index c6503395..0fb445d6 100644 --- a/armsrc/util.h +++ b/armsrc/util.h @@ -13,7 +13,7 @@ #include #include -#include "../include/common.h" +#include "common.h" #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff ) @@ -49,7 +49,7 @@ uint32_t RAMFUNC GetTickCount(); void StartCountUS(); uint32_t RAMFUNC GetCountUS(); -uint32_t RAMFUNC GetDeltaCountUS(); +//uint32_t RAMFUNC GetDeltaCountUS(); void StartCountSspClk(); uint32_t RAMFUNC GetCountSspClk();