]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/util.h
Update README.md
[proxmark3-svn] / armsrc / util.h
index c65033952d371bc239a207a5563cfbee71a7bf69..0fb445d6885c1ac760973e38ce8ea336a68a6d05 100644 (file)
@@ -13,7 +13,7 @@
 
 #include <stddef.h>
 #include <stdint.h>
-#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();
Impressum, Datenschutz