From c5ac4f8ac50be1c6c7bf36c4523da17199b3b007 Mon Sep 17 00:00:00 2001 From: smlng <s@mlng.net> Date: Tue, 14 Feb 2017 13:56:35 +0100 Subject: [PATCH] tests: set default board=samr21-xpro for tests/mpu_stack_guard --- tests/mpu_stack_guard/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mpu_stack_guard/Makefile b/tests/mpu_stack_guard/Makefile index 7349a165d3..bfd3d977db 100644 --- a/tests/mpu_stack_guard/Makefile +++ b/tests/mpu_stack_guard/Makefile @@ -1,4 +1,5 @@ APPLICATION = mpu_stack_guard +BOARD ?= samr21-xpro include ../Makefile.tests_common BOARD_WHITELIST += arduino-due # cortex-m3 -- GitLab