From d68c1c1e0313f3dfab28d4e93e32b18fc4d96ab7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 26 Jan 2008 21:40:52 +0000 Subject: [PATCH 1/1] always compile the rfid_hexdump() function, since DEBUG_LIBRFID might be defined only locally and not for the entire project git-svn-id: https://svn.gnumonks.org/trunk/librfid@2053 e0336214-984f-0b4b-a45f-81c69e1f0ede --- src/rfid.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rfid.c b/src/rfid.c index c2a86c5..4fd1f68 100644 --- a/src/rfid.c +++ b/src/rfid.c @@ -33,7 +33,6 @@ struct rfid_reader_handle rfid_rh; #endif #ifndef LIBRFID_FIRMWARE -#ifdef DEBUG_LIBRFID const char * rfid_hexdump(const void *data, unsigned int len) { @@ -50,7 +49,6 @@ rfid_hexdump(const void *data, unsigned int len) } return string; } -#endif/*DEBUG_LIBRFID*/ #else #define rfid_hexdump(x, y) hexdump(x, y) #endif -- 2.20.1