Also excluded platform native from static routing.
This commit is contained in:
parent
f67fb672eb
commit
186f227972
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
||||||
#include "contiki.h"
|
#include "contiki.h"
|
||||||
#include "contiki-net.h"
|
#include "contiki-net.h"
|
||||||
|
|
||||||
#if !UIP_CONF_IPV6_RPL && !defined (CONTIKI_TARGET_MINIMAL_NET)
|
#if !UIP_CONF_IPV6_RPL && !defined (CONTIKI_TARGET_MINIMAL_NET) && !defined (CONTIKI_TARGET_NATIVE)
|
||||||
#warning "Compiling with static routing!"
|
#warning "Compiling with static routing!"
|
||||||
#include "static-routing.h"
|
#include "static-routing.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if !UIP_CONF_IPV6_RPL && !defined (CONTIKI_TARGET_MINIMAL_NET)
|
#if !UIP_CONF_IPV6_RPL && !defined (CONTIKI_TARGET_MINIMAL_NET) && !defined (CONTIKI_TARGET_NATIVE)
|
||||||
#warning "Compiling with static routing!"
|
#warning "Compiling with static routing!"
|
||||||
#include "static-routing.h"
|
#include "static-routing.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue