mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: set default board=samr21-xpro for tests/driver_
This commit is contained in:
parent
0e57a0542b
commit
1562ef7d35
@ -1,3 +1,6 @@
|
||||
ifneq (,$(filter driver_%,$(APPLICATION)))
|
||||
BOARD ?= samr21-xpro
|
||||
endif
|
||||
BOARD ?= native
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
QUIET ?= 1
|
||||
|
Loading…
Reference in New Issue
Block a user