rl78: Change RIMEADDR_CONF_SIZE to LINKADDR_CONF_SIZE because the rimeaddr module has been renamed to linkaddr.

This commit is contained in:
Ian Martin 2014-06-28 22:07:57 -04:00
parent 782de873e4
commit 6ae6c4768e
1 changed files with 2 additions and 2 deletions

View File

@ -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