add UIP_CONF_ROUTER to project.conf

This commit is contained in:
Harald Pichler 2016-09-16 14:12:37 +02:00
parent 5b288a5777
commit c663bb527e
3 changed files with 3 additions and 2 deletions

View file

@ -38,6 +38,9 @@
#define LOOP_INTERVAL (10 * CLOCK_SECOND)
/* Seeping nodes are host nodes without routing features */
#define UIP_CONF_ROUTER 0
/* For Debug: Dont allow MCU sleeping between channel checks */
//#undef RDC_CONF_MCU_SLEEP
//#define RDC_CONF_MCU_SLEEP 0

View file

@ -275,7 +275,6 @@ typedef unsigned short uip_stats_t;
/* ************************************************************************** */
#if UIP_CONF_IPV6_RPL
#define UIP_CONF_ROUTER 1
#define UIP_CONF_ND6_SEND_RA 0
#define UIP_CONF_ND6_REACHABLE_TIME 600000
#define UIP_CONF_ND6_RETRANS_TIMER 10000

View file

@ -276,7 +276,6 @@ typedef unsigned short uip_stats_t;
/* ************************************************************************** */
#if UIP_CONF_IPV6_RPL
#define UIP_CONF_ROUTER 1
#define UIP_CONF_ND6_SEND_RA 0
#define UIP_CONF_ND6_REACHABLE_TIME 600000
#define UIP_CONF_ND6_RETRANS_TIMER 10000