Files
contiki/examples
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
..
2015-11-03 22:09:24 +01:00
2015-11-03 22:09:24 +01:00
2015-10-20 10:11:37 +02:00
2015-12-21 08:06:14 -02:00
2015-12-03 09:09:21 +01:00