mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-09 17:25:00 +00:00
MAC channel check rate configuration paramter renamed
This commit is contained in:
@@ -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
|
PLATFORM_BUILD=1 # This is needed to avoid the shell to include the httpd-cfs version of the websrerver
|
||||||
APPS = webserver twitter telnetd
|
APPS = webserver twitter telnetd
|
||||||
CFLAGS = -DWITH_UIP=1 -I. #-DWITH_NULLMAC=1
|
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
|
# The webserver application normally contains a built-in file system and support
|
||||||
# for server-side includes.
|
# for server-side includes.
|
||||||
|
Reference in New Issue
Block a user