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
This commit is contained in:
oharboe
2008-04-08 09:03:49 +00:00
parent 0d4f8fc824
commit 4b2defe678
2 changed files with 8 additions and 1 deletions

View File

@@ -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)
{