mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-13 16:00:02 +08:00
Fix mistaken increment and decrement constants
This commit is contained in:
parent
3329e363e0
commit
9f78323c15
1 changed files with 2 additions and 2 deletions
|
@ -160,8 +160,8 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
||||||
#define MIFARE_MAGICWUPC1 0x40
|
#define MIFARE_MAGICWUPC1 0x40
|
||||||
#define MIFARE_MAGICWUPC2 0x43
|
#define MIFARE_MAGICWUPC2 0x43
|
||||||
#define MIFARE_MAGICWIPEC 0x41
|
#define MIFARE_MAGICWIPEC 0x41
|
||||||
#define MIFARE_CMD_INC 0xC0
|
#define MIFARE_CMD_DEC 0xC0
|
||||||
#define MIFARE_CMD_DEC 0xC1
|
#define MIFARE_CMD_INC 0xC1
|
||||||
#define MIFARE_CMD_RESTORE 0xC2
|
#define MIFARE_CMD_RESTORE 0xC2
|
||||||
#define MIFARE_CMD_TRANSFER 0xB0
|
#define MIFARE_CMD_TRANSFER 0xB0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue