X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=src%2Frfid.c;h=a38171f63dac9bfb2087f8c2778c49cf03b51087;hb=3e18d7e6828cd82bab2be5d653e11f100a00655b;hp=9df85a053b92a59faed13c2f9474d9e128c9b3ad;hpb=76035dde436231f1fd8fd1fe8d4ccf493a3021f6;p=librfid diff --git a/src/rfid.c b/src/rfid.c index 9df85a0..a38171f 100644 --- a/src/rfid.c +++ b/src/rfid.c @@ -33,7 +33,7 @@ struct rfid_reader_handle rfid_rh; #endif #ifndef LIBRFID_FIRMWARE -#ifdef LIBRFID_DEBUG +#ifdef DEBUG_LIBRFID const char * rfid_hexdump(const void *data, unsigned int len) { @@ -50,7 +50,7 @@ rfid_hexdump(const void *data, unsigned int len) } return string; } -#endif/*LIBRFID_DEBUG*/ +#endif/*DEBUG_LIBRFID*/ #else #define rfid_hexdump(x, y) hexdump(x, y) #endif