examples/gnrc_minimal: change to unambiguous UART port for XBee

This commit is contained in:
kYc0o 2017-01-18 11:44:56 +01:00
parent a2f54a0e58
commit 2bee616cfb

View File

@ -13,7 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h
#USEMODULE += xbee #USEMODULE += xbee
## set default UART to use in case none was defined ## set default UART to use in case none was defined
#XBEE_UART ?= "UART_NUMOF-1" #XBEE_UART ?= "1"
## export UART to params file ## export UART to params file
#CFLAGS += -DXBEE_UART=$(XBEE_UART) #CFLAGS += -DXBEE_UART=$(XBEE_UART)