summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-08 19:23:50 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-08 19:23:50 +0000
commit94320a1dc3394e90560fd4f0cddc3362a4337275 (patch)
tree8342725e8c3dcd12bdf19cdf117a5d69431ec64d /src
parentde330ca55946d11fc3b1b19c3b808ed96afa0acd (diff)
downloadopenocd+libswd-94320a1dc3394e90560fd4f0cddc3362a4337275.tar.gz
openocd+libswd-94320a1dc3394e90560fd4f0cddc3362a4337275.tar.bz2
openocd+libswd-94320a1dc3394e90560fd4f0cddc3362a4337275.tar.xz
openocd+libswd-94320a1dc3394e90560fd4f0cddc3362a4337275.zip
use jtag.c's cur/end_state global variables.
git-svn-id: svn://svn.berlios.de/openocd/trunk@551 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/jtag/bitbang.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/jtag/bitbang.c b/src/jtag/bitbang.c
index 97ea94e0..f79d2af7 100644
--- a/src/jtag/bitbang.c
+++ b/src/jtag/bitbang.c
@@ -43,9 +43,6 @@ 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)
{
if (tap_move_map[state] != -1)