removed unused compiler directives, cleaned up some code

This commit is contained in:
roel@libnfc.org 2013-10-09 09:59:14 +00:00
parent 0dae56d81e
commit b1231445c7
3 changed files with 1 additions and 29 deletions

View file

@ -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;