mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-03 22:31:50 +00:00
Merge the includes-revamp branch into trunk.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
# set the include path found by configure
|
||||
INCLUDES= $(all_includes)
|
||||
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS)
|
||||
|
||||
noinst_HEADERS = pn53x.h
|
||||
noinst_LTLIBRARIES = libnfcchips.la
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include "pn53x.h"
|
||||
|
||||
#include "bitutils.h"
|
||||
#include "../bitutils.h"
|
||||
|
||||
// PN53X configuration
|
||||
const byte_t pncmd_get_firmware_version [ 2] = { 0xD4,0x02 };
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#ifndef __NFC_CHIPS_PN53X_H__
|
||||
#define __NFC_CHIPS_PN53X_H__
|
||||
|
||||
#include "nfc-types.h"
|
||||
#include <nfc/nfc-types.h>
|
||||
|
||||
#define MAX_FRAME_LEN 264
|
||||
|
||||
|
||||
Reference in New Issue
Block a user