Zach Welch <zw@superlucidity.net> use tap_state_t
git-svn-id: svn://svn.berlios.de/openocd/trunk@1464 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -91,7 +91,7 @@ void dummy_write(int tck, int tms, int tdi)
|
||||
{
|
||||
if( tck )
|
||||
{
|
||||
int old_state = dummy_state;
|
||||
tap_state_t old_state = dummy_state;
|
||||
dummy_state = tap_state_transition( old_state, tms );
|
||||
|
||||
if( old_state != dummy_state )
|
||||
|
||||
Reference in New Issue
Block a user