-- corrected embedded ice definitions

-- changed arm966e to use standard arm9_7 reset handling

git-svn-id: svn://svn.berlios.de/openocd/trunk@146 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2007-05-10 14:42:23 +00:00
parent 054b091623
commit e8af4de0a7
6 changed files with 8 additions and 81 deletions

View File

@@ -272,7 +272,7 @@ int ft2232_register_commands(struct command_context_s *cmd_ctx)
return ERROR_OK;
}
void ft2232_end_state(state)
void ft2232_end_state(enum tap_state state)
{
if (tap_move_map[state] != -1)
end_state = state;