mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
make style
This commit is contained in:
parent
99159b3cda
commit
2022df1068
12 changed files with 199 additions and 198 deletions
|
@ -230,9 +230,9 @@ typedef struct {
|
|||
} PACKED mf_readblock_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t sectorcnt;
|
||||
uint8_t keytype;
|
||||
} PACKED mfc_eload_t;
|
||||
uint8_t sectorcnt;
|
||||
uint8_t keytype;
|
||||
} PACKED mfc_eload_t;
|
||||
|
||||
// For the bootloader
|
||||
#define CMD_DEVICE_INFO 0x0000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue