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
4486321d
Commit
4486321d
authored
Jun 21, 2009
by
duane
Browse files
C99 printf() -Werror fixes
git-svn-id:
svn://svn.berlios.de/openocd/trunk@2344
b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent
4f79ba3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/flash/str9x.c
View file @
4486321d
...
...
@@ -514,7 +514,7 @@ static int str9x_write(struct flash_bank_s *bank,
if
(
offset
&
0x1
)
{
LOG_WARNING
(
"offset 0x%
x
breaks required 2-byte alignment"
,
offset
);
LOG_WARNING
(
"offset 0x%
"
PRIx32
"
breaks required 2-byte alignment"
,
offset
);
return
ERROR_FLASH_DST_BREAKS_ALIGNMENT
;
}
...
...
Write
Preview
Supports
Markdown
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