Zach Welch <zw@superlucidity.net> add --enable-verbose* options

git-svn-id: svn://svn.berlios.de/openocd/trunk@1496 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2009-04-21 12:09:35 +00:00
parent 5b4679618a
commit 16d497449a
1 changed files with 0 additions and 12 deletions

View File

@ -37,18 +37,6 @@
//#define _VSLLINK_IN_DEBUG_MODE_
/* enable this to view USB 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 VSLLINK_MODE_NORMAL 0
#define VSLLINK_MODE_DMA 1