diff options
-rw-r--r-- | src/jtag/jtag.h | 2 | ||||
-rw-r--r-- | src/openocd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 19f81ce6..7ad38278 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 diff --git a/src/openocd.c b/src/openocd.c index 3abc609e..1e8ceea3 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -18,7 +18,7 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#define OPENOCD_VERSION "Open On-Chip Debugger (2006-11-22 14:00 CEST)" +#define OPENOCD_VERSION "Open On-Chip Debugger (2006-01-25 11:30 CET)" #ifdef HAVE_CONFIG_H #include "config.h" |