coverity 226308
This commit is contained in:
@@ -133,8 +133,8 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
||||
#define ICLASS_CMD_READ_OR_IDENTIFY 0xC
|
||||
#define ICLASS_CMD_ACT 0xE
|
||||
|
||||
#define ICLASS_CREDIT(x) (((x) & 0x5) == 0x5)
|
||||
#define ICLASS_DEBIT(x) (((x) & 0x5) == 0)
|
||||
#define ICLASS_CREDIT(x) (((x) & 0x10) == 0x10)
|
||||
#define ICLASS_DEBIT(x) !(ICLASS_CREDIT(x))
|
||||
|
||||
|
||||
#define ISO14443A_CMD_REQA 0x26
|
||||
|
||||
Reference in New Issue
Block a user