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 this lua script. One case it returns NIL, which makes it...
[proxmark3-svn]
/
client
/
data.h
diff --git
a/client/data.h
b/client/data.h
index 41bd9a414e3d48ec0a010dbbc24a0b34fd1e6577..201aba04697362b3a6446be78d19b642323e5fc8 100644
(file)
--- a/
client/data.h
+++ b/
client/data.h
@@
-13,15
+13,11
@@
#include <stdint.h>
#include <stdint.h>
-//trace buffer size as defined in armsrc/apps.h TRACE_SIZE
-#define TRACE_BUFFER_SIZE 4096
#define FILE_PATH_SIZE 1000
#define FILE_PATH_SIZE 1000
-#define SAMPLE_BUFFER_SIZE 64
extern uint8_t* sample_buf;
extern uint8_t* sample_buf;
-extern size_t sample_buf_len;
#define arraylen(x) (sizeof(x)/sizeof((x)[0]))
void GetFromBigBuf(uint8_t *dest, int bytes, int start_index);
#define arraylen(x) (sizeof(x)/sizeof((x)[0]))
void GetFromBigBuf(uint8_t *dest, int bytes, int start_index);
-
+void GetEMLFromBigBuf(uint8_t *dest, int bytes, int start_index);
#endif
#endif
Impressum
,
Datenschutz