bugfix compile error
This commit is contained in:
parent
cd715cb222
commit
5c3303eef0
|
@ -5,7 +5,7 @@ CONTIKI=../../..
|
|||
|
||||
WITH_UIP6=1
|
||||
UIP_CONF_IPV6=1
|
||||
CFLAGS+= -DUIP_CONF_IPV6_RPL
|
||||
CFLAGS+= -DUIP_CONF_IPV6_RPL -DUIP_CONF_IPV6
|
||||
|
||||
#linker optimizations
|
||||
SMALL=1
|
||||
|
|
|
@ -118,6 +118,7 @@ output(void)
|
|||
}
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#if !SLIP_BRIDGE_CONF_NO_PUTCHAR
|
||||
#undef putchar
|
||||
int
|
||||
putchar(int c)
|
||||
|
@ -145,6 +146,7 @@ putchar(int c)
|
|||
}
|
||||
return c;
|
||||
}
|
||||
#endif
|
||||
/*---------------------------------------------------------------------------*/
|
||||
const struct uip_fallback_interface rpl_interface = {
|
||||
init, output
|
||||
|
|
Loading…
Reference in a new issue