From 1016f644a1609ff13ef02a96c79ccf3cbe4e214d Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 8 Nov 2005 16:25:57 +0000 Subject: - disable debug statements - cleanly initialize pps[2] git-svn-id: https://svn.gnumonks.org/trunk/librfid@1672 e0336214-984f-0b4b-a45f-81c69e1f0ede --- include/librfid/rfid.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/librfid/rfid.h b/include/librfid/rfid.h index 6717ef8..76e86e3 100644 --- a/include/librfid/rfid.h +++ b/include/librfid/rfid.h @@ -11,8 +11,14 @@ enum rfid_frametype { RFID_MIFARE_FRAME, }; +#if 0 #define DEBUGP(x, args ...) fprintf(stderr, "%s(%d):%s: " x, __FILE__, __LINE__, __FUNCTION__, ## args) #define DEBUGPC(x, args ...) fprintf(stderr, x, ## args) +#else +#define DEBUGP(x, args ...) +#define DEBUGPC(x, args ...) +#endif + extern const char *rfid_hexdump(const void *data, unsigned int len); #ifndef ARRAY_SIZE -- cgit v1.2.3