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
13e592f9
Commit
13e592f9
authored
Jun 19, 2009
by
oharboe
Browse files
less warnings
git-svn-id:
svn://svn.berlios.de/openocd/trunk@2291
b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent
333642fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ecosboard.c
View file @
13e592f9
...
...
@@ -148,7 +148,6 @@ void start_profile(void)
}
#endif
extern
int
eth0_up
;
static
FILE
*
log
;
static
char
reboot_stack
[
2048
];
...
...
@@ -305,7 +304,7 @@ void format(void)
err
=
cyg_io_get_config
(
handle
,
CYG_IO_GET_CONFIG_FLASH_ERASE
,
&
e
,
&
len
);
if
(
err
!=
ENOERR
)
{
diag_printf
(
"Flash erase error %d offset 0x%
p
\n
"
,
err
,
e
.
err_address
);
diag_printf
(
"Flash erase error %d offset 0x%
08x
\n
"
,
err
,
e
.
err_address
);
reboot
();
}
...
...
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