Include fixture.h in fixture.c.
This commit is contained in:
parent
93011b4c07
commit
a216a05299
3 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
#include <freefare.h>
|
#include <freefare.h>
|
||||||
|
|
||||||
|
#include "mifare_classic_fixture.h"
|
||||||
|
|
||||||
static nfc_device_t *device = NULL;
|
static nfc_device_t *device = NULL;
|
||||||
static MifareTag *tags = NULL;
|
static MifareTag *tags = NULL;
|
||||||
MifareTag tag = NULL;
|
MifareTag tag = NULL;
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
#include <freefare.h>
|
#include <freefare.h>
|
||||||
|
|
||||||
|
#include "mifare_desfire_fixture.h"
|
||||||
|
|
||||||
static nfc_device_t *device = NULL;
|
static nfc_device_t *device = NULL;
|
||||||
static MifareTag *tags = NULL;
|
static MifareTag *tags = NULL;
|
||||||
MifareTag tag = NULL;
|
MifareTag tag = NULL;
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
#include <freefare.h>
|
#include <freefare.h>
|
||||||
|
|
||||||
|
#include "mifare_ultralight_fixture.h"
|
||||||
|
|
||||||
static nfc_device_t *device = NULL;
|
static nfc_device_t *device = NULL;
|
||||||
static MifareTag *tags = NULL;
|
static MifareTag *tags = NULL;
|
||||||
MifareTag tag = NULL;
|
MifareTag tag = NULL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue