projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG: minor changes to code, mostly newlines, change a value to #DEFINE END_OF_LIST...
[proxmark3-svn]
/
armsrc
/
util.h
diff --git
a/armsrc/util.h
b/armsrc/util.h
index 80ed9b54fc5149df742a3d88d9bb8bf5288c85da..0fb445d6885c1ac760973e38ce8ea336a68a6d05 100644
(file)
--- a/
armsrc/util.h
+++ b/
armsrc/util.h
@@
-13,7
+13,7
@@
#include <stddef.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
-#include "
../include/
common.h"
+#include "common.h"
#define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
#define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
@@
-35,8
+35,6
@@
uint64_t bytes_to_num(uint8_t* src, size_t len);
void rol(uint8_t *data, const size_t len);
void lsl (uint8_t *data, size_t len);
int32_t le24toh (uint8_t data[3]);
void rol(uint8_t *data, const size_t len);
void lsl (uint8_t *data, size_t len);
int32_t le24toh (uint8_t data[3]);
-//added parity generation function here
-uint8_t oddparity(uint8_t bt);
void SpinDelay(int ms);
void SpinDelayUs(int us);
void SpinDelay(int ms);
void SpinDelayUs(int us);
@@
-51,7
+49,7
@@
uint32_t RAMFUNC GetTickCount();
void StartCountUS();
uint32_t RAMFUNC GetCountUS();
void StartCountUS();
uint32_t RAMFUNC GetCountUS();
-uint32_t RAMFUNC GetDeltaCountUS();
+
//
uint32_t RAMFUNC GetDeltaCountUS();
void StartCountSspClk();
uint32_t RAMFUNC GetCountSspClk();
void StartCountSspClk();
uint32_t RAMFUNC GetCountSspClk();
Impressum
,
Datenschutz