Skip to content

Commit

Permalink
Merge pull request contiki-os#734 from hexluthor/rl78-linkaddr
Browse files Browse the repository at this point in the history
rl78: Change RIMEADDR_CONF_SIZE to LINKADDR_CONF_SIZE
  • Loading branch information
malvira committed Jun 29, 2014
2 parents 782de87 + 6ae6c47 commit ed87b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/eval-adf7xxxmb4z/contiki-conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ed87b92

Please sign in to comment.