- disabled JTAG debug output

- fixed version information


git-svn-id: svn://svn.berlios.de/openocd/trunk@127 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
drath 2007-01-25 10:32:02 +00:00
parent 81e8e44cf0
commit 30ebf9fece
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
#include "command.h"
#if 1
#if 0
#define _DEBUG_JTAG_IO_
#endif

View File

@ -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"