mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-19 08:16:35 +00:00
Unbreak and merge PN53x USB drivers.
While here fix some includes that would not work if SRCDIR != BUILDDIR.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <cutter.h>
|
||||
|
||||
#include <nfc/nfc.h>
|
||||
#include "libnfc/chips/pn53x.h"
|
||||
#include "chips/pn53x.h"
|
||||
|
||||
#define MAX_DEVICE_COUNT 1
|
||||
#define MAX_TARGET_COUNT 1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#define MAX_DEVICE_COUNT 1
|
||||
#define MAX_TARGET_COUNT 1
|
||||
|
||||
#include "libnfc/chips/pn53x.h"
|
||||
#include "chips/pn53x.h"
|
||||
|
||||
void
|
||||
test_register_endianness (void)
|
||||
|
||||
Reference in New Issue
Block a user