Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
openocd
Commits
bf58fe65
Commit
bf58fe65
authored
Jul 23, 2008
by
ntfreak
Browse files
- fix typo
git-svn-id:
svn://svn.berlios.de/openocd/trunk@862
b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent
a332b4e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/target/target.c
View file @
bf58fe65
...
...
@@ -401,7 +401,7 @@ int target_process_reset(struct command_context_s *cmd_ctx, enum target_reset_mo
return
retval
;
}
LOG_DEBUG
(
"Waiting for halted stated as approp
e
riate"
);
LOG_DEBUG
(
"Waiting for halted stated as appropriate"
);
/* Wait for reset to complete, maximum 5 seconds. */
gettimeofday
(
&
timeout
,
NULL
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment