Merge pull request #16987 from benpicco/examples/gnrc_border_router-native
examples/gnrc_border_router: default to native board
This commit is contained in:
commit
44bc9175cb
@ -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…
x
Reference in New Issue
Block a user