From 580768a489847bbbf5b2845b8667e435ed6c2015 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Mon, 12 Sep 2011 14:46:58 +0000 Subject: [PATCH] pn53x-diagnose: uses config.h if present --- examples/pn53x-diagnose.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/pn53x-diagnose.c b/examples/pn53x-diagnose.c index 7c47ba9..d6c83e5 100644 --- a/examples/pn53x-diagnose.c +++ b/examples/pn53x-diagnose.c @@ -31,6 +31,13 @@ * @file pn53x-diagnose.c * @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 #include #include @@ -39,7 +46,6 @@ #include "nfc-utils.h" #include "chips/pn53x.h" -#include "chips/pn53x-internal.h" #define MAX_DEVICE_COUNT 16