Prevent from exporting messages macros outside of libnfc.

This commit is contained in:
Romuald Conty
2009-09-08 10:25:59 +00:00
parent b73d9f03fa
commit 7924d10fad
12 changed files with 58 additions and 16 deletions

View File

@@ -21,14 +21,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
/*
Thanks to d18c7db and Okko for example code
*/
#include "defines.h"
#include "dev_pn533.h"
#include <usb.h>
#include <stdio.h>
#include <string.h>
#include "dev_pn533.h"
#include "defines.h"
#include "bitutils.h"
#include "messages.h"
#define BUFFER_LENGTH 256
#define USB_TIMEOUT 30000