Convert DEBUG_JTAG_IO to LOG_DEBUG_IO
[fw/openocd] / src / jtag / jtag.h
index a6891c03f2cb17502dfb32cb803f17df329ffeb7..c93243c4782f818c5ab26d1942edc7edf3876f74 100644 (file)
 #include <helper/binarybuffer.h>
 #include <helper/log.h>
 
-#ifdef _DEBUG_JTAG_IO_
-#define DEBUG_JTAG_IO(expr ...) \
-       do { if (1) LOG_DEBUG(expr); } while (0)
-#else
-#define DEBUG_JTAG_IO(expr ...) \
-       do { if (0) LOG_DEBUG(expr); } while (0)
-#endif
-
 #ifndef DEBUG_JTAG_IOZ
 #define DEBUG_JTAG_IOZ 64
 #endif