Unbreak and merge PN53x USB drivers.
While here fix some includes that would not work if SRCDIR != BUILDDIR.
This commit is contained in:
parent
094db12a1a
commit
f1f31d1b4c
16 changed files with 391 additions and 487 deletions
|
|
@ -36,10 +36,10 @@
|
|||
|
||||
#include <nfc/nfc.h>
|
||||
|
||||
#include "libnfc/drivers.h"
|
||||
#include "libnfc/nfc-internal.h"
|
||||
#include "libnfc/chips/pn53x.h"
|
||||
#include "libnfc/chips/pn53x-internal.h"
|
||||
#include "drivers.h"
|
||||
#include "nfc-internal.h"
|
||||
#include "chips/pn53x.h"
|
||||
#include "chips/pn53x-internal.h"
|
||||
#include "uart.h"
|
||||
|
||||
#define PN532_UART_DEFAULT_SPEED 115200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue