corrected line - #if UIP_CONF_IPV6 - in contiki-rcb-main.c to - #if NETSTACK_CONF_WITH_IPV6 -

ico
Thomas Weber 2015-02-02 22:08:35 +01:00
parent 0904d985a9
commit f06bd06b79
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ PROCESS_THREAD(rcb_leds, ev, data)
while(1) {
PROCESS_YIELD();
#if UIP_CONF_IPV6
#if NETSTACK_CONF_WITH_IPV6
if (ev == ICMP6_ECHO_REQUEST) {
#else
if (1) {