mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
removed unused compiler directives, cleaned up some code
This commit is contained in:
parent
0dae56d81e
commit
b1231445c7
3 changed files with 1 additions and 29 deletions
|
@ -45,8 +45,6 @@
|
|||
#define AddCrc(data,datalen) Iso15693AddCrc(data,datalen)
|
||||
#define sprintUID(target,uid) Iso15693sprintUID(target,uid)
|
||||
|
||||
static int CmdHelp(const char *Cmd);
|
||||
|
||||
// structure and database for uid -> tagtype lookups
|
||||
typedef struct {
|
||||
uint64_t uid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue