Skip to content
Snippets Groups Projects
Commit 7ec6fcac authored by Francisco Acosta's avatar Francisco Acosta Committed by GitHub
Browse files

Merge pull request #6667 from aabadie/fix_test_xbee

test/driver_xbee: fix xbee param UART export in Makefile
parents 9e946272 cb10ba8b
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ USEMODULE += shell_commands ...@@ -19,7 +19,7 @@ USEMODULE += shell_commands
XBEE_UART ?= "1" XBEE_UART ?= "1"
# export UART to params file # export UART to params file
CFLAGS += -DXBEE_UART=$(XBEE_UART) CFLAGS += -DXBEE_PARAM_UART=$(XBEE_UART)
# No need of big buffer for this test # No need of big buffer for this test
CFLAGS += -DGNRC_PKTBUF_SIZE=512 CFLAGS += -DGNRC_PKTBUF_SIZE=512
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment