Fix ip4 hello-world build
This commit is contained in:
parent
2432a8ee7d
commit
55c1ce6e93
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue