pn53x-diagnose: uses config.h if present
This commit is contained in:
parent
aff1a51eb7
commit
580768a489
1 changed files with 7 additions and 1 deletions
|
@ -31,6 +31,13 @@
|
||||||
* @file pn53x-diagnose.c
|
* @file pn53x-diagnose.c
|
||||||
* @brief Small application to diagnose PN53x using dedicated commands
|
* @brief Small application to diagnose PN53x using dedicated commands
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* vim:set ts=2 sw=2 et: */
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
# include "config.h"
|
||||||
|
#endif // HAVE_CONFIG_H
|
||||||
|
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -39,7 +46,6 @@
|
||||||
|
|
||||||
#include "nfc-utils.h"
|
#include "nfc-utils.h"
|
||||||
#include "chips/pn53x.h"
|
#include "chips/pn53x.h"
|
||||||
#include "chips/pn53x-internal.h"
|
|
||||||
|
|
||||||
#define MAX_DEVICE_COUNT 16
|
#define MAX_DEVICE_COUNT 16
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue