From 280a8b93275ec4bc384d6bb263fdfdb2c9d3dc9c Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 3 Feb 2010 16:45:45 +0000 Subject: [PATCH] MAC channel check rate configuration paramter renamed --- examples/sky-ip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sky-ip/Makefile b/examples/sky-ip/Makefile index ebf4c8bc3..9a1bbbd28 100644 --- a/examples/sky-ip/Makefile +++ b/examples/sky-ip/Makefile @@ -3,7 +3,7 @@ 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 +DEFINES=MAC_DRIVER=cxmac_driver,MAC_CHANNEL_CHECK_RATE=8 # The webserver application normally contains a built-in file system and support # for server-side includes.