mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/gnrc_border_router: default to native board
If no board is selected, `gnrc_border_router` would be build for `samr21-xpro`. This seems rather arbitrary. Select `native` instead as it is done for other examples. This ensures that the default `make all term` works with no hardware connected.
This commit is contained in:
parent
f49ca5855e
commit
130b809de1
@ -2,7 +2,7 @@
|
|||||||
APPLICATION = gnrc_border_router
|
APPLICATION = gnrc_border_router
|
||||||
|
|
||||||
# If no BOARD is found in the environment, use this default:
|
# If no BOARD is found in the environment, use this default:
|
||||||
BOARD ?= samr21-xpro
|
BOARD ?= native
|
||||||
|
|
||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
Loading…
Reference in New Issue
Block a user