applied Rainer Kellers fix 'Header missing, define name typo'
[librfid] / src / rfid.c
index 9df85a0..a38171f 100644 (file)
@@ -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