2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 10:08:37 +10:00

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

git-svn-id: svn://svn.berlios.de/openocd/trunk@551 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2008-04-08 19:23:50 +00:00
parent de330ca559
commit 94320a1dc3

View File

@ -43,9 +43,6 @@ int bitbang_execute_queue(void);
/* The bitbang driver leaves the TCK 0 when in idle */ /* 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) void bitbang_end_state(enum tap_state state)
{ {
if (tap_move_map[state] != -1) if (tap_move_map[state] != -1)