moved includes, added clear_trace flag (it was there...) and fixed multiapdu iso14443 stream

This commit is contained in:
merlokk 2017-11-03 13:42:38 +02:00
parent 1d6f7bc8ac
commit eb6e8de45d
4 changed files with 39 additions and 23 deletions

View file

@ -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 {