- fix target_examine declaration
- remove build warnings - added --enable-gccwarnings to docs - update mips_m4k_examine function git-svn-id: svn://svn.berlios.de/openocd/trunk@893 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -118,7 +118,7 @@ int handle_init_command(struct command_context_s *cmd_ctx, char *cmd, char **arg
|
||||
if (jtag_init(cmd_ctx) == ERROR_OK)
|
||||
{
|
||||
LOG_DEBUG("jtag init complete");
|
||||
if (target_examine(cmd_ctx) == ERROR_OK)
|
||||
if (target_examine() == ERROR_OK)
|
||||
{
|
||||
LOG_DEBUG("jtag examine complete");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user