mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Fix ip4 hello-world build
This commit is contained in:
parent
2432a8ee7d
commit
55c1ce6e93
@ -473,7 +473,7 @@ if ((rtime%STAMPS)==0) {
|
|||||||
#endif
|
#endif
|
||||||
rtime+=1;
|
rtime+=1;
|
||||||
|
|
||||||
#if PINGS
|
#if PINGS && UIP_CONF_IPV6
|
||||||
extern void raven_ping6(void);
|
extern void raven_ping6(void);
|
||||||
if ((rtime%PINGS)==1) {
|
if ((rtime%PINGS)==1) {
|
||||||
PRINTA("**Ping\n");
|
PRINTA("**Ping\n");
|
||||||
@ -481,7 +481,7 @@ if ((rtime%PINGS)==1) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ROUTES
|
#if ROUTES && UIP_CONF_IPV6
|
||||||
if ((rtime%ROUTES)==2) {
|
if ((rtime%ROUTES)==2) {
|
||||||
|
|
||||||
extern uip_ds6_nbr_t uip_ds6_nbr_cache[];
|
extern uip_ds6_nbr_t uip_ds6_nbr_cache[];
|
||||||
|
Loading…
Reference in New Issue
Block a user