summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2008-02-08 15:02:23 +0000
committerlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2008-02-08 15:02:23 +0000
commit7142d7da7ac0264e16f23f2e8319f3fd01e11470 (patch)
treebe577964936623711008afb0dcef9057b0bac415
parent621d27cc64f984e435d3ee66846d29ac5f052ba6 (diff)
disable debug in the default compile (Uwe Hermann)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@2074 e0336214-984f-0b4b-a45f-81c69e1f0ede
-rw-r--r--src/rfid_asic_rc632.c4
-rw-r--r--src/rfid_layer2_iso15693.c2
-rw-r--r--src/rfid_reader_cm5121.c3
3 files changed, 2 insertions, 7 deletions
diff --git a/src/rfid_asic_rc632.c b/src/rfid_asic_rc632.c
index 4286565..da1b1cc 100644
--- a/src/rfid_asic_rc632.c
+++ b/src/rfid_asic_rc632.c
@@ -1,6 +1,6 @@
/* Generic Philips CL RC632 Routines
*
- * (C) 2005-2006 Harald Welte <laforge@gnumonks.org>
+ * (C) 2005-2008 Harald Welte <laforge@gnumonks.org>
*
*/
@@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#define DEBUG_LIBRFID
-
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/rfid_layer2_iso15693.c b/src/rfid_layer2_iso15693.c
index 6d64c65..5547ec9 100644
--- a/src/rfid_layer2_iso15693.c
+++ b/src/rfid_layer2_iso15693.c
@@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#define DEBUG_LIBRFID
-
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
diff --git a/src/rfid_reader_cm5121.c b/src/rfid_reader_cm5121.c
index 2e9aade..2d1ce24 100644
--- a/src/rfid_reader_cm5121.c
+++ b/src/rfid_reader_cm5121.c
@@ -1,6 +1,6 @@
/* Omnikey CardMan 5121 specific RC632 transport layer
*
- * (C) 2005-2006 by Harald Welte <laforge@gnumonks.org>
+ * (C) 2005-2008 by Harald Welte <laforge@gnumonks.org>
*
* The 5121 is an Atmel AT89C5122 based USB CCID reader (probably the same
* design like the 3121). It's CL RC632 is connected via address/data bus,
@@ -31,7 +31,6 @@
#include <string.h>
#include <errno.h>
-#define DEBUG_LIBRFID
#include <librfid/rfid.h>
#ifndef LIBRFID_FIRMWARE
personal git repositories of Harald Welte. Your mileage may vary