Merge pull request #1092 from VortixDev/VortixDev-patch-commands

Fix mistaken MIFARE increment and decrement constants
This commit is contained in:
Iceman 2020-12-10 07:37:28 +01:00 committed by GitHub
commit d291f8d651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -160,8 +160,8 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
#define MIFARE_MAGICWUPC1 0x40
#define MIFARE_MAGICWUPC2 0x43
#define MIFARE_MAGICWIPEC 0x41
#define MIFARE_CMD_INC 0xC0
#define MIFARE_CMD_DEC 0xC1
#define MIFARE_CMD_DEC 0xC0
#define MIFARE_CMD_INC 0xC1
#define MIFARE_CMD_RESTORE 0xC2
#define MIFARE_CMD_TRANSFER 0xB0