Regression test 21: added missing undefs and include
This commit is contained in:
parent
2c514d5d46
commit
9d7cfa8f78
|
@ -2,5 +2,7 @@
|
||||||
#define RESOLV_CONF_SUPPORTS_MDNS 0
|
#define RESOLV_CONF_SUPPORTS_MDNS 0
|
||||||
#define COOJA_MTARCH_STACKSIZE 4096
|
#define COOJA_MTARCH_STACKSIZE 4096
|
||||||
|
|
||||||
|
#undef UIP_CONF_MAX_ROUTES
|
||||||
#define UIP_CONF_MAX_ROUTES 3
|
#define UIP_CONF_MAX_ROUTES 3
|
||||||
|
#undef NBR_TABLE_CONF_MAX_NEIGHBORS
|
||||||
#define NBR_TABLE_CONF_MAX_NEIGHBORS 3
|
#define NBR_TABLE_CONF_MAX_NEIGHBORS 3
|
||||||
|
|
|
@ -2,7 +2,9 @@
|
||||||
#define RESOLV_CONF_SUPPORTS_MDNS 0
|
#define RESOLV_CONF_SUPPORTS_MDNS 0
|
||||||
#define COOJA_MTARCH_STACKSIZE 4096
|
#define COOJA_MTARCH_STACKSIZE 4096
|
||||||
|
|
||||||
|
#undef UIP_CONF_MAX_ROUTES
|
||||||
#define UIP_CONF_MAX_ROUTES 8
|
#define UIP_CONF_MAX_ROUTES 8
|
||||||
|
#undef NBR_TABLE_CONF_MAX_NEIGHBORS
|
||||||
#define NBR_TABLE_CONF_MAX_NEIGHBORS 8
|
#define NBR_TABLE_CONF_MAX_NEIGHBORS 8
|
||||||
|
|
||||||
/*#define RPL_CONF_DEFAULT_LIFETIME_UNIT 10
|
/*#define RPL_CONF_DEFAULT_LIFETIME_UNIT 10
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
#include "contiki-net.h"
|
#include "contiki-net.h"
|
||||||
#include "ip64.h"
|
#include "ip64.h"
|
||||||
#include "net/netstack.h"
|
#include "net/netstack.h"
|
||||||
|
#include "net/rpl/rpl-dag-root.h"
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
PROCESS(router_node_process, "Router node");
|
PROCESS(router_node_process, "Router node");
|
||||||
|
|
Loading…
Reference in a new issue