Skip to content
Snippets Groups Projects
Commit 94320a1d authored by oharboe's avatar oharboe
Browse files

use jtag.c's cur/end_state global variables.

git-svn-id: svn://svn.berlios.de/openocd/trunk@551 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent de330ca5
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment