Clean up references to old tap_state names

git-svn-id: svn://svn.berlios.de/openocd/trunk@1235 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
kc8apf
2008-12-13 06:59:24 +00:00
parent c45de8073d
commit bcde5b3830
11 changed files with 52 additions and 52 deletions

View File

@@ -298,7 +298,7 @@ void usbprog_runtest(int num_cycles)
{
int i;
/* only do a state_move when we're not already in RTI */
/* only do a state_move when we're not already in IDLE */
if (cur_state != TAP_IDLE)
{
usbprog_end_state(TAP_IDLE);