mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
client: fix mix of spaces & tabs
This commit is contained in:
parent
112411042f
commit
0d9223a547
197 changed files with 49383 additions and 49383 deletions
|
@ -350,11 +350,11 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
|
||||
// LEGIC Commands
|
||||
#define LEGIC_MIM_22 0x0D
|
||||
#define LEGIC_MIM_256 0x1D
|
||||
#define LEGIC_MIM_1024 0x3D
|
||||
#define LEGIC_MIM_256 0x1D
|
||||
#define LEGIC_MIM_1024 0x3D
|
||||
#define LEGIC_ACK_22 0x19
|
||||
#define LEGIC_ACK_256 0x39
|
||||
#define LEGIC_READ 0x01
|
||||
#define LEGIC_READ 0x01
|
||||
#define LEGIC_WRITE 0x00
|
||||
|
||||
void printIclassDumpInfo(uint8_t* iclass_dump);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue