add apdu chaining to arm side

This commit is contained in:
merlokk 2019-01-29 19:30:15 +02:00
commit 1b3d96ab2d
2 changed files with 4 additions and 0 deletions

View file

@ -36,6 +36,7 @@ typedef enum ISO14A_COMMAND {
ISO14A_NO_SELECT = (1 << 7),
ISO14A_TOPAZMODE = (1 << 8),
ISO14A_NO_RATS = (1 << 9)
ISO14A_SEND_CHAINING = (1 << 9)
} iso14a_command_t;
typedef struct {