From 6ae6c4768e9272a8a2da605b0f74fc4e35c9704b Mon Sep 17 00:00:00 2001 From: Ian Martin Date: Sat, 28 Jun 2014 22:07:57 -0400 Subject: [PATCH] rl78: Change RIMEADDR_CONF_SIZE to LINKADDR_CONF_SIZE because the rimeaddr module has been renamed to linkaddr. --- platform/eval-adf7xxxmb4z/contiki-conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/eval-adf7xxxmb4z/contiki-conf.h b/platform/eval-adf7xxxmb4z/contiki-conf.h index 407251e6e..3fbe695c9 100644 --- a/platform/eval-adf7xxxmb4z/contiki-conf.h +++ b/platform/eval-adf7xxxmb4z/contiki-conf.h @@ -56,7 +56,7 @@ #define PLATFORM_HAS_LEDS 0 /* TODO */ #define PLATFORM_HAS_BUTTON 1 -#define RIMEADDR_CONF_SIZE 8 +#define LINKADDR_CONF_SIZE 8 #if WITH_UIP6 /* Network setup for IPv6 */ @@ -121,7 +121,7 @@ #ifdef WITH_UIP6 -#define RIMEADDR_CONF_SIZE 8 +#define LINKADDR_CONF_SIZE 8 #define UIP_CONF_LL_802154 1 #define UIP_CONF_LLH_LEN 0