summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-17 10:51:34 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-17 10:51:34 +0000
commit8d8937f1a68e1b050b92f91b1d264bf4bd3af489 (patch)
treeccf3355aa5ee018ebd4e89aa4fdfeb2d7d7d5ad0 /src/jtag/jtag.h
parentd727e31af99cebff95c41fd1d2b319fddea9edd1 (diff)
downloadopenocd_libswd-8d8937f1a68e1b050b92f91b1d264bf4bd3af489.tar.gz
openocd_libswd-8d8937f1a68e1b050b92f91b1d264bf4bd3af489.tar.bz2
openocd_libswd-8d8937f1a68e1b050b92f91b1d264bf4bd3af489.tar.xz
openocd_libswd-8d8937f1a68e1b050b92f91b1d264bf4bd3af489.zip
dummy driver now works under eCos
git-svn-id: svn://svn.berlios.de/openocd/trunk@2268 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 cddceef4..459f7fd0 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -62,7 +62,7 @@
*/
typedef enum tap_state
{
-#if BUILD_ECOSBOARD
+#if BUILD_ZY1000
/* These are the old numbers. Leave as-is for now... */
TAP_RESET = 0, TAP_IDLE = 8,
TAP_DRSELECT = 1, TAP_DRCAPTURE = 2, TAP_DRSHIFT = 3, TAP_DREXIT1 = 4,