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
ea3e49f4
Commit
ea3e49f4
authored
May 03, 2009
by
oharboe
Browse files
fix embedded builds
git-svn-id:
svn://svn.berlios.de/openocd/trunk@1598
b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent
832af8c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/openocd.c
View file @
ea3e49f4
...
...
@@ -187,7 +187,8 @@ static int handle_init_command(struct command_context_s *cmd_ctx, char *cmd, cha
command_context_t
*
global_cmd_ctx
;
static
command_context_t
*
setup_command_handler
(
void
)
/* NB! this fn can be invoked outside this file for non PC hosted builds */
command_context_t
*
setup_command_handler
(
void
)
{
command_context_t
*
cmd_ctx
;
...
...
@@ -229,7 +230,7 @@ int httpd_start(void);
void
httpd_stop
(
void
);
#if !BUILD_HTTPD
#if !BUILD_HTTPD
&& !BUILD_ECOSBOARD
/* implementations of OpenOCD that uses multithreading needs to know when
* OpenOCD is sleeping. No-op in vanilla OpenOCD
*/
...
...
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