From 50f052b9430b31ce2f9e82a106368f666b1d7519 Mon Sep 17 00:00:00 2001 From: smlng Date: Tue, 14 Feb 2017 14:26:40 +0100 Subject: [PATCH] tests: set default board=stm32f4discovery for tests/periph_dac --- tests/periph_dac/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/periph_dac/Makefile b/tests/periph_dac/Makefile index 359ca0a70..b10e3450b 100644 --- a/tests/periph_dac/Makefile +++ b/tests/periph_dac/Makefile @@ -1,4 +1,5 @@ APPLICATION = periph_dac +BOARD ?= stm32f4discovery include ../Makefile.tests_common FEATURES_REQUIRED = periph_dac