summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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