Rename MifareTag to FreefareTag.
Because we are libfreefare and not libmifare, the generic tag type should not be so specific.
This commit is contained in:
parent
d946230aec
commit
42b21ff42f
42 changed files with 384 additions and 381 deletions
|
|
@ -25,8 +25,8 @@
|
|||
|
||||
static nfc_context *context;
|
||||
static nfc_device *device = NULL;
|
||||
static MifareTag *tags = NULL;
|
||||
MifareTag tag = NULL;
|
||||
static FreefareTag *tags = NULL;
|
||||
FreefareTag tag = NULL;
|
||||
|
||||
void
|
||||
cut_setup (void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue