1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

tests: set default board=stm32f4discovery for tests/warn_conflict

This commit is contained in:
smlng 2017-02-14 13:09:59 +01:00
parent 536f9d74f1
commit 35b12dd623

View File

@ -1,4 +1,5 @@
APPLICATION = warn_conflict
BOARD ?= stm32f4discovery
include ../Makefile.tests_common
# The stm32f4discovery is the only board that provides known conflicting features,