From 96a70f9ab03b768904098b88e4c3334c9af14a48 Mon Sep 17 00:00:00 2001 From: Jens Dede Date: Fri, 18 Apr 2014 13:32:40 +0200 Subject: [PATCH] Rename as suggested by g-oikonomou --- core/net/ipv6/uip-ds6.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/net/ipv6/uip-ds6.h b/core/net/ipv6/uip-ds6.h index 5c9e4d3c7..b6238e609 100644 --- a/core/net/ipv6/uip-ds6.h +++ b/core/net/ipv6/uip-ds6.h @@ -132,12 +132,12 @@ /** \brief General DS6 definitions */ /** Period for uip-ds6 periodic task*/ -#ifndef UIP_CONF_DS6_PERIOD +#ifndef UIP_DS6_CONF_PERIOD #define UIP_DS6_PERIOD (CLOCK_SECOND/10) #else -#define UIP_DS6_PERIOD UIP_CONF_DS6_PERIOD -#endif - +#define UIP_DS6_PERIOD UIP_DS6_CONF_PERIOD +#endif + #define FOUND 0 #define FREESPACE 1 #define NOSPACE 2