Merge pull request #876 from gebart/for-upstream/webserver-with-tcp
examples/webserver-ipv6: Add UIP_CONF_TCP=1 to DEFINES.
This commit is contained in:
commit
cd76d4c730
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ all : $(CONTIKI_PROJECT)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
UIP_CONF_IPV6=1
|
UIP_CONF_IPV6=1
|
||||||
DEFINES=WITH_UIP6
|
DEFINES=WITH_UIP6,UIP_CONF_TCP=1
|
||||||
|
|
||||||
# Make no RPL the default for minimal-net builds
|
# Make no RPL the default for minimal-net builds
|
||||||
ifeq ($(TARGET),minimal-net)
|
ifeq ($(TARGET),minimal-net)
|
||||||
|
|
Loading…
Reference in a new issue