Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.TestPorts.SocketCANasp
Commits
94c9b6d7
Commit
94c9b6d7
authored
Sep 27, 2016
by
Elemer Lelik
Browse files
len to (int)len line 257
parent
9963f0bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SocketCAN_PT.cc
View file @
94c9b6d7
...
...
@@ -254,7 +254,7 @@ void SocketCAN__PT_PROVIDER::Handle_Fd_Event_Readable(int sock) {
parameters
.
frame
().
canfd__frame
();
log
(
"Received a CAN FD frame from interface %s of %d bytes and with payload length %d"
,
ifr
.
ifr_name
,
nbytes
,
len
);
ifr
.
ifr_name
,
nbytes
,
(
int
)
len
);
frameref
.
can__id
()
=
can_id
;
#ifdef CANFD_FRAME_STRUCT_DEFINED
frameref
.
can__flags
()
=
BITSTRING
(
...
...
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