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

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
## set default UART to use in case none was defined
#XBEE_UART ?= "UART_NUMOF-1"
#XBEE_UART ?= "1"
## export UART to params file
#CFLAGS += -DXBEE_UART=$(XBEE_UART)