Fix mistaken increment and decrement constants

This commit is contained in:
Ryan Saridar 2020-12-10 01:58:53 +00:00 committed by GitHub
parent 3329e363e0
commit 9f78323c15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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