1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

tests/driver_xbee: remove redundant xbee config

This commit is contained in:
Hauke Petersen 2017-04-28 15:43:43 +02:00
parent cb4b6b9f1d
commit e44d741e31

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