1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #16987 from benpicco/examples/gnrc_border_router-native

examples/gnrc_border_router: default to native board
This commit is contained in:
benpicco 2021-10-14 23:28:40 +02:00 committed by GitHub
commit 44bc9175cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)/../..