From 1fdfc6fe6028d674c84cca41a04a5d846daad20f Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 3 Feb 2010 01:19:25 +0000 Subject: [PATCH] The IPv4 examples work much better with the cxmac power-saving radio protocol; added Makefile flag to get the non-cfs HTTP server --- examples/sky-ip/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/sky-ip/Makefile b/examples/sky-ip/Makefile index ecd363a05..ebf4c8bc3 100644 --- a/examples/sky-ip/Makefile +++ b/examples/sky-ip/Makefile @@ -1,8 +1,9 @@ CONTIKI_PROJECT = sky-webserver all: $(CONTIKI_PROJECT) - +PLATFORM_BUILD=1 # This is needed to avoid the shell to include the httpd-cfs version of the websrerver APPS = webserver twitter telnetd CFLAGS = -DWITH_UIP=1 -I. #-DWITH_NULLMAC=1 +DEFINES=MAC_DRIVER=cxmac_driver,MAC_CONF_CHANNEL_CHECK_RATE=8 # The webserver application normally contains a built-in file system and support # for server-side includes.