mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-15 09:43:00 -07:00
Corrected indentation in usb_cmd.h
Also changed the command ID of CMD_WRITER_LEGIC_RF to ease visual spotting of empty ID blocks. (ID was 0x0399 but it was above CMD_SNOOP_ICLASS with ID 0x0392)
This commit is contained in:
parent
db22dfe6ff
commit
3ebf4b3d01
1 changed files with 78 additions and 77 deletions
|
@ -69,7 +69,8 @@ typedef struct {
|
||||||
#define CMD_HID_CLONE_TAG 0x0210
|
#define CMD_HID_CLONE_TAG 0x0210
|
||||||
#define CMD_EM410X_WRITE_TAG 0x0211
|
#define CMD_EM410X_WRITE_TAG 0x0211
|
||||||
#define CMD_INDALA_CLONE_TAG 0x0212
|
#define CMD_INDALA_CLONE_TAG 0x0212
|
||||||
#define CMD_INDALA_CLONE_TAG_L 0x0213 // for 224 bits UID
|
// for 224 bits UID
|
||||||
|
#define CMD_INDALA_CLONE_TAG_L 0x0213
|
||||||
|
|
||||||
/* CMD_SET_ADC_MUX: ext1 is 0 for lopkd, 1 for loraw, 2 for hipkd, 3 for hiraw */
|
/* CMD_SET_ADC_MUX: ext1 is 0 for lopkd, 1 for loraw, 2 for hipkd, 3 for hiraw */
|
||||||
|
|
||||||
|
@ -93,7 +94,7 @@ typedef struct {
|
||||||
#define CMD_READER_ISO_14443a 0x0385
|
#define CMD_READER_ISO_14443a 0x0385
|
||||||
#define CMD_SIMULATE_TAG_LEGIC_RF 0x0387
|
#define CMD_SIMULATE_TAG_LEGIC_RF 0x0387
|
||||||
#define CMD_READER_LEGIC_RF 0x0388
|
#define CMD_READER_LEGIC_RF 0x0388
|
||||||
#define CMD_WRITER_LEGIC_RF 0x0399
|
#define CMD_WRITER_LEGIC_RF 0x0389
|
||||||
|
|
||||||
#define CMD_SNOOP_ICLASS 0x0392
|
#define CMD_SNOOP_ICLASS 0x0392
|
||||||
#define CMD_SIMULATE_TAG_ICLASS 0x0393
|
#define CMD_SIMULATE_TAG_ICLASS 0x0393
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue