aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/bitbang.c
diff options
context:
space:
mode:
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)
{