diff --git a/examples/gnrc_minimal/Makefile b/examples/gnrc_minimal/Makefile
index a0cefdc597d60e9f332fddb65f0a76321267cd5f..d20657694302f3ea754456b0e55d12a40dfe2060 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)