dummy driver now works under eCos

git-svn-id: svn://svn.berlios.de/openocd/trunk@2268 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2009-06-17 10:51:34 +00:00
parent d727e31af9
commit 8d8937f1a6
6 changed files with 43 additions and 36 deletions

View File

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