From cb4b6b9f1d7809ababc7ffc9f219cb94f19c5f14 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Fri, 28 Apr 2017 15:43:17 +0200 Subject: [PATCH 1/2] examples/gnrc_min: remove redundant xbee config --- examples/gnrc_minimal/Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/examples/gnrc_minimal/Makefile b/examples/gnrc_minimal/Makefile index 42d9e8be74..63abb60752 100644 --- a/examples/gnrc_minimal/Makefile +++ b/examples/gnrc_minimal/Makefile @@ -9,15 +9,6 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 -## Uncomment to support the XBee module -#USEMODULE += xbee - -## set default UART to use in case none was defined -#XBEE_UART ?= "1" - -## export UART to params file -#CFLAGS += -DXBEE_UART=$(XBEE_UART) - # Comment this out to disable code in RIOT that does safety checking # which is not needed in a production environment but helps in the # development process: From e44d741e31b7ca872bbe0d9c5be5eb127178de92 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Fri, 28 Apr 2017 15:43:43 +0200 Subject: [PATCH 2/2] tests/driver_xbee: remove redundant xbee config --- tests/driver_xbee/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/driver_xbee/Makefile b/tests/driver_xbee/Makefile index e5e12726de..5d3775b616 100644 --- a/tests/driver_xbee/Makefile +++ b/tests/driver_xbee/Makefile @@ -15,12 +15,6 @@ USEMODULE += gnrc_pktdump USEMODULE += shell USEMODULE += shell_commands -# set default UART to use in case none was defined -XBEE_UART ?= "1" - -# export UART to params file -CFLAGS += -DXBEE_PARAM_UART=$(XBEE_UART) - # No need of big buffer for this test CFLAGS += -DGNRC_PKTBUF_SIZE=512