fix states and get rid of INS code in receive (that code checks by controller)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user