Minor formatting change.
This commit is contained in:
parent
933aa3bb7e
commit
57f8e86532
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ APPS = webserver
|
|||
# run make with the parameter HTTPD-CFS=1.
|
||||
|
||||
ifeq ($(HTTPD-CFS),1)
|
||||
override webserver_src = webserver-nogui.c http-strings.c psock.c memb.c \
|
||||
httpd-cfs.c
|
||||
override webserver_src = webserver-nogui.c http-strings.c psock.c memb.c \
|
||||
httpd-cfs.c
|
||||
endif
|
||||
|
||||
CONTIKI = ../..
|
||||
|
|
Loading…
Reference in a new issue