From d2b32a8c9819ac89d53bf849e49ab7e5744a4f61 Mon Sep 17 00:00:00 2001 From: smlng Date: Tue, 14 Feb 2017 13:20:18 +0100 Subject: [PATCH] tests: set default board=limifrog-v1 for tests/driver_lis3mdl --- tests/driver_lis3mdl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/driver_lis3mdl/Makefile b/tests/driver_lis3mdl/Makefile index 99f9540c6..0187bcf05 100644 --- a/tests/driver_lis3mdl/Makefile +++ b/tests/driver_lis3mdl/Makefile @@ -1,4 +1,5 @@ APPLICATION = driver_lis3mdl +BOARD ?= limifrog-v1 include ../Makefile.tests_common # only this board is known (yet) to provide the sensor LIS3MDL