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:
Robert Quattlebaum 2013-03-11 09:59:20 -07:00
parent 5df586e09d
commit 3e0666265d
4 changed files with 15 additions and 18 deletions

View file

@ -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

View file

@ -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