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:
oharboe
2009-04-19 08:05:54 +00:00
parent c1893c416b
commit dd6912b1e5
4 changed files with 10 additions and 10 deletions

View File

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