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

Merge pull request #6667 from aabadie/fix_test_xbee

test/driver_xbee: fix xbee param UART export in Makefile
This commit is contained in:
Francisco Acosta 2017-03-03 15:37:40 +01:00 committed by GitHub
commit 7ec6fcacdf

View File

@ -19,7 +19,7 @@ USEMODULE += shell_commands
XBEE_UART ?= "1"
# export UART to params file
CFLAGS += -DXBEE_UART=$(XBEE_UART)
CFLAGS += -DXBEE_PARAM_UART=$(XBEE_UART)
# No need of big buffer for this test
CFLAGS += -DGNRC_PKTBUF_SIZE=512