1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #6982 from haukepetersen/fix_gnrcmin_xbeeconfig

examples/tests: remove redundant xbee config
This commit is contained in:
Alexandre Abadie 2017-05-03 17:57:28 +02:00 committed by GitHub
commit 7364192241
2 changed files with 0 additions and 15 deletions

View File

@ -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:

View File

@ -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