nes-proj/platform/avr-ravenusb
Thomas 4870f9e8f3 Fix for IPv6 compilation and linkage errors
Two errors have been spotted, when IPv6 is enabled in the ravenusb
Project-Makefile:
#CONTIKI_NO_NET=1
CONTIKI_WITH_IPV6=1

The compile error results from a variable name mismatch in cdc_task.c
The variable 'r' is undeclared and should be renamed to 'route'

The linker also fails with 'undefined references'
This has been mediated by adding 'core/net' to Modules in the
Project-Makefile.
2016-05-09 18:18:28 +02:00
..
Makefile.avr-ravenusb
cdc_task.c Fix for IPv6 compilation and linkage errors 2016-05-09 18:18:28 +02:00
cdc_task.h
contiki-conf.h packetbuf: No more splitting of header and data 2016-04-15 03:12:40 -07:00
contiki-raven-default-init-lowlevel.c
contiki-raven-default-init-net.c
contiki-raven-main.c
contiki-raven.h
httpd-simple-avr.c
loadable_prg.c
rng.c
rng.h
sicslow_ethernet.c
sicslow_ethernet.h