mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/gnrc_min: remove redundant xbee config
This commit is contained in:
parent
dc09850be1
commit
cb4b6b9f1d
@ -9,15 +9,6 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031
|
||||
|
||||
## Uncomment to support the XBee module
|
||||
#USEMODULE += xbee
|
||||
|
||||
## set default UART to use in case none was defined
|
||||
#XBEE_UART ?= "1"
|
||||
|
||||
## export UART to params file
|
||||
#CFLAGS += -DXBEE_UART=$(XBEE_UART)
|
||||
|
||||
# Comment this out to disable code in RIOT that does safety checking
|
||||
# which is not needed in a production environment but helps in the
|
||||
# development process:
|
||||
|
Loading…
Reference in New Issue
Block a user