Added missing tap_state_get_trst() function.

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@69 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 23 years ago
parent e89c3f239e
commit 5360ba5030

@ -61,6 +61,12 @@ tap_state_set_trst( int new_trst )
return state;
}
int
tap_state_get_trst( void )
{
return trst;
}
int
tap_state_clock( int tms )
{

Loading…
Cancel
Save