avr-ravenusb/cdc_task: Fix compile issues.
A lot more changes are in the pipeline, but compiling is a good start.
This commit is contained in:
parent
5df586e09d
commit
3e0666265d
4 changed files with 15 additions and 18 deletions
|
@ -6,4 +6,4 @@ all:
|
|||
clean:
|
||||
${MAKE} -f Makefile.ravenusbstick clean
|
||||
rm -rf obj_avr-ravenusb
|
||||
rm symbols.c symbols.h ravenusbstick.elf ravenusbstick.hex
|
||||
rm -rf symbols.c symbols.h ravenusbstick.elf ravenusbstick.hex
|
||||
|
|
|
@ -6,6 +6,8 @@ all: ravenusbstick
|
|||
CONTIKI_NO_NET=1
|
||||
#UIP_CONF_IPV6=1
|
||||
|
||||
CFLAGS=-DUIP_CONF_IPV6=0 -DUIP_CONF_IPV6_RPL=0
|
||||
|
||||
CONTIKI = ../..
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue