From 448b11b4480e5ba2a550bb5d603595d0d134fafa Mon Sep 17 00:00:00 2001
From: smlng <s@mlng.net>
Date: Tue, 14 Feb 2017 14:20:21 +0100
Subject: [PATCH] tests: set default board=pba-d-01-kw2x for tests/periph_adc

---
 tests/periph_adc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/periph_adc/Makefile b/tests/periph_adc/Makefile
index b610e46ac3..5489c6b2b0 100644
--- a/tests/periph_adc/Makefile
+++ b/tests/periph_adc/Makefile
@@ -1,4 +1,5 @@
 APPLICATION = periph_adc
+BOARD ?= pba-d-01-kw2x
 include ../Makefile.tests_common
 
 FEATURES_REQUIRED = periph_adc
-- 
GitLab