From 2bee616cfbf9a1a4d51a0e4effdd7605f1878efb Mon Sep 17 00:00:00 2001 From: kYc0o <fco.ja.ac@gmail.com> Date: Wed, 18 Jan 2017 11:44:56 +0100 Subject: [PATCH] examples/gnrc_minimal: change to unambiguous UART port for XBee --- examples/gnrc_minimal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gnrc_minimal/Makefile b/examples/gnrc_minimal/Makefile index a0cefdc597..d206576943 100644 --- a/examples/gnrc_minimal/Makefile +++ b/examples/gnrc_minimal/Makefile @@ -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) -- GitLab