Unbreak and merge PN53x USB drivers.

While here fix some includes that would not work if SRCDIR != BUILDDIR.
This commit is contained in:
Romain Tartiere 2011-03-05 19:54:52 +00:00
parent 094db12a1a
commit f1f31d1b4c
16 changed files with 391 additions and 487 deletions

View file

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

View file

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