projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixing the fix: older shells don't know about &>
[proxmark3-svn]
/
include
/
mifare.h
diff --git
a/include/mifare.h
b/include/mifare.h
index bede67a97723ebe56d649839d5c378a706d7db90..b821f32b5cb590ec347e9681ce59727a9cd2631f 100644
(file)
--- a/
include/mifare.h
+++ b/
include/mifare.h
@@
-35,7
+35,8
@@
typedef enum ISO14A_COMMAND {
ISO14A_SET_TIMEOUT = (1 << 6),
ISO14A_NO_SELECT = (1 << 7),
ISO14A_TOPAZMODE = (1 << 8),
- ISO14A_NO_RATS = (1 << 9)
+ ISO14A_NO_RATS = (1 << 9),
+ ISO14A_CLEAR_TRACE = (1 << 10)
} iso14a_command_t;
typedef struct {
Impressum
,
Datenschutz