fix error message
git-svn-id: svn://svn.berlios.de/openocd/trunk@904 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
7e02ebfd62
commit
47ae48bff7
|
@ -1588,7 +1588,7 @@ static int jtag_init_inner(struct command_context_s *cmd_ctx)
|
||||||
|
|
||||||
if (validate_tries > 5)
|
if (validate_tries > 5)
|
||||||
{
|
{
|
||||||
LOG_ERROR("Could not validate JTAG chain, exit");
|
LOG_ERROR("Could not validate JTAG chain");
|
||||||
return ERROR_JTAG_INVALID_INTERFACE;
|
return ERROR_JTAG_INVALID_INTERFACE;
|
||||||
}
|
}
|
||||||
usleep(10000);
|
usleep(10000);
|
||||||
|
|
Loading…
Reference in New Issue