reset cleanup
git-svn-id: svn://svn.berlios.de/openocd/trunk@1048 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
fe41e273e3
commit
3600e7c6e0
|
@ -419,7 +419,7 @@ int target_resume(struct target_s *target, int current, u32 address, int handle_
|
|||
}
|
||||
|
||||
|
||||
static int target_process_reset(struct command_context_s *cmd_ctx, enum target_reset_mode reset_mode)
|
||||
int target_process_reset(struct command_context_s *cmd_ctx, enum target_reset_mode reset_mode)
|
||||
{
|
||||
char buf[100];
|
||||
int retval;
|
||||
|
|
Loading…
Reference in New Issue