From 86531a078696614b9b27402b1f16291ca6aec1ab Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Tue, 10 Jan 2017 11:46:04 +0100 Subject: [PATCH] examples/gnrc_minimal: adapted XBee config --- examples/gnrc_minimal/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/gnrc_minimal/Makefile b/examples/gnrc_minimal/Makefile index 173aa163ee..a0cefdc597 100644 --- a/examples/gnrc_minimal/Makefile +++ b/examples/gnrc_minimal/Makefile @@ -9,9 +9,8 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h -## Uncomment to support the XBee module and nomac +## Uncomment to support the XBee module #USEMODULE += xbee -#USEMODULE += gnrc_nomac ## set default UART to use in case none was defined #XBEE_UART ?= "UART_NUMOF-1"