From 5fcd1d704cea078f6651e8e928ce7ff67b283882 Mon Sep 17 00:00:00 2001 From: drath Date: Thu, 17 Aug 2006 14:53:15 +0000 Subject: - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_pathmove (it is used to indicate jtag_add_pathmove support) - fixed small bug in str7x.c that printed an address instead of the target number in an error message - added support for Olimex ARM-USB-OCD. The new ft2232 layout is called "olimex-jtag" git-svn-id: svn://svn.berlios.de/openocd/trunk@87 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/jtag/jtag.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/jtag/jtag.h') diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 0d71301f..19f81ce6 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -25,7 +25,7 @@ #include "command.h" -#if 0 +#if 1 #define _DEBUG_JTAG_IO_ #endif @@ -180,7 +180,7 @@ typedef struct jtag_interface_s /* optional command support */ - int support_statemove; + int support_pathmove; /* interface initalization */ -- cgit v1.2.3