test/driver_xbee: fix xbee param UART export in Makefile
This commit is contained in:
parent
289febc1dd
commit
cb10ba8b13
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user