mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
eliminate double DropField command
This commit is contained in:
parent
b7d3e89923
commit
86a1c1dc25
2 changed files with 1 additions and 7 deletions
|
@ -16,7 +16,7 @@ int CmdHF14AMfUInfo(const char *Cmd);
|
|||
|
||||
uint32_t GetHF14AMfU_Type(void);
|
||||
int ul_print_type(uint32_t tagtype, uint8_t spacer);
|
||||
void ul_switch_off_field(void);
|
||||
#define ul_switch_off_field DropField
|
||||
|
||||
int usage_hf_mfu_dump(void);
|
||||
int usage_hf_mfu_info(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue