Replace WEBSERVER by AVR_WEBSERVER
This commit is contained in:
parent
506eced1bc
commit
0bb585fd60
6 changed files with 16 additions and 16 deletions
|
@ -4,7 +4,7 @@ raven-webserver_src = webserver-nogui.c httpd.c http-strings.c psock.c memb.c \
|
|||
raven-webserver_dsc = webserver-dsc.c
|
||||
|
||||
#Tell platform main routine webserver is present, for parameter display at startup
|
||||
CFLAGS += -DWEBSERVER
|
||||
CFLAGS += -DAVR_WEBSERVER
|
||||
|
||||
#$(CONTIKI)/apps/webserver/http-strings.c: $(CONTIKI)/apps/webserver/http-strings
|
||||
# cd $(CONTIKI)/apps/webserver/; $(CONTIKI)/tools/makestrings $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue