fix states and get rid of INS code in receive (that code checks by controller)

This commit is contained in:
merlokk 2018-12-18 14:33:28 +02:00
commit f32088e25c
2 changed files with 24 additions and 26 deletions

View file

@ -109,7 +109,7 @@ typedef enum SMARTCARD_COMMAND {
SC_CONNECT = (1 << 0),
SC_NO_DISCONNECT = (1 << 1),
SC_RAW = (1 << 2),
SC_SELECT = (1 << 3)
SC_SELECT = (1 << 3),
SC_RAW_T0 = (1 << 4),
} smartcard_command_t;