diff options
Diffstat (limited to 'src/rfid.c')
-rw-r--r-- | src/rfid.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |