]> git.sur5r.net Git - openocd/blobdiff - src/jtag/jlink.c
Zach Welch <zw@superlucidity.net> add --enable-verbose* options
[openocd] / src / jtag / jlink.c
index 6c6e8febb9f620f25642f8a056705c62beef5a6d..1c7a39887f0b2487aac0f738c3b755a1b4472a34 100644 (file)
 
 #include "log.h"
 
-/* enable this to debug communication
- */
-#if 0
-#define _DEBUG_USB_COMMS_
-#endif
-
-#ifdef _DEBUG_JTAG_IO_
-#define DEBUG_JTAG_IO(expr ...)        LOG_DEBUG(expr)
-#else
-#define DEBUG_JTAG_IO(expr ...)
-#endif
-
 #define VID 0x1366
 #define PID 0x0101