Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pfeiffer, Götz
MultiCAN
Commits
2981ecae
Commit
2981ecae
authored
Nov 14, 2017
by
Franksen, Benjamin
Browse files
add eol to message issued by gps_write
parent
128f945b
Changes
1
Hide whitespace changes
Inline
Side-by-side
MultiCAN/src/gps/writer.c
View file @
2981ecae
...
...
@@ -109,7 +109,7 @@ sci_Return gps_write(
sci_err
(
SCI_ERRCODE
(
ret
),
"sci_write (port=%d, cob=%#x)"
,
port
,
cob
);
}
if
(
ret
&
SCI_WAIT
)
{
printf
(
"sci_write (port=%d, cob=%#x) returned SCI_WAIT flag"
,
printf
(
"sci_write (port=%d, cob=%#x) returned SCI_WAIT flag
\n
"
,
port
,
cob
);
}
}
...
...
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