Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
e3da-public
contiki-ng
Commits
30d12fd9
Commit
30d12fd9
authored
Dec 13, 2017
by
Simon Duquennoy
Browse files
Fix potential compilation error for example multicast
parent
123105ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/multicast/sink.c
View file @
30d12fd9
...
...
@@ -71,7 +71,7 @@ tcpip_handler(void)
if
(
uip_newdata
())
{
count
++
;
PRINTF
(
"In: [0x%08lx], TTL %u, total %u
\n
"
,
uip_ntohl
((
unsigned
long
)
*
((
uint32_t
*
)(
uip_appdata
))),
(
unsigned
long
)
uip_ntohl
((
unsigned
long
)
*
((
uint32_t
*
)(
uip_appdata
))),
UIP_IP_BUF
->
ttl
,
count
);
}
return
;
...
...
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