summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-07-25 10:06:57 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-07-25 10:06:57 +0000
commit290e01c62afdfd5f6eb76a4caef266344510f2c0 (patch)
treed1bc200336f595ce782427f6c86724f7135aa16b /src/jtag/jtag.h
parent1429d2c659ab9b84dee673e7697da7eab44a8f90 (diff)
downloadopenocd_libswd-290e01c62afdfd5f6eb76a4caef266344510f2c0.tar.gz
openocd_libswd-290e01c62afdfd5f6eb76a4caef266344510f2c0.tar.bz2
openocd_libswd-290e01c62afdfd5f6eb76a4caef266344510f2c0.tar.xz
openocd_libswd-290e01c62afdfd5f6eb76a4caef266344510f2c0.zip
- reformat src/jtag/bitq.c (thanks to Pavel Chromy)
- fix multiple reads from FT2232 into same buffer location (thanks to Magnus Lundin) - retry JTAG chain validation (thanks to Magnus Lundin) - reworked GDB packet input handling (thanks to Pavel Chromy) - output error message when setting a watchpoint failed - removed duplicate out-of-bounds check in at91sam7.c (thanks to Pavel Chromy) git-svn-id: svn://svn.berlios.de/openocd/trunk@181 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/jtag.h')
-rw-r--r--src/jtag/jtag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index 470ba93e..1b03d615 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -25,7 +25,7 @@
#include "command.h"
-#if 1
+#if 0
#define _DEBUG_JTAG_IO_
#endif