disable debug in the default compile (Uwe Hermann)
authorHarald Welte <laforge@gnumonks.org>
Fri, 8 Feb 2008 15:02:23 +0000 (15:02 +0000)
committerHarald Welte <laforge@gnumonks.org>
Fri, 8 Feb 2008 15:02:23 +0000 (15:02 +0000)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@2074 e0336214-984f-0b4b-a45f-81c69e1f0ede

src/rfid_asic_rc632.c
src/rfid_layer2_iso15693.c
src/rfid_reader_cm5121.c

index 4286565..da1b1cc 100644 (file)
@@ -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>
index 6d64c65..5547ec9 100644 (file)
@@ -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>
index 2e9aade..2d1ce24 100644 (file)
@@ -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