2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 01:43:05 +10:00

reset cleanup

git-svn-id: svn://svn.berlios.de/openocd/trunk@1048 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2008-10-14 06:21:02 +00:00
parent fe41e273e3
commit 3600e7c6e0

View File

@ -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;