aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/bitbang.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-08 09:03:49 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-08 09:03:49 +0000
commit4b2defe678917bfc366483c5ba775747af62b3c3 (patch)
tree319554fc457fe72775d13bebd8b3f38b007a4d2f /src/jtag/bitbang.c
parent0d4f8fc824c1d07cf385b13483f703456322d4ae (diff)
The endstate now reports the endstate of the queue instead of
reading endstate variable internal to the driver. git-svn-id: svn://svn.berlios.de/openocd/trunk@546 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/bitbang.c')
-rw-r--r--src/jtag/bitbang.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jtag/bitbang.c b/src/jtag/bitbang.c
index 16b5f191..97ea94e0 100644
--- a/src/jtag/bitbang.c
+++ b/src/jtag/bitbang.c
@@ -43,6 +43,8 @@ int bitbang_execute_queue(void);
/* The bitbang driver leaves the TCK 0 when in idle */
+static enum tap_state end_state;
+static enum tap_state cur_state;
void bitbang_end_state(enum tap_state state)
{