From f9a72b477d9e62ab0fa2e0ee9036701c6ac503a9 Mon Sep 17 00:00:00 2001 From: Fabian Nack Date: Fri, 16 Jan 2015 09:23:52 +0100 Subject: [PATCH] boards/msbiot: add spi feature for msbiot to include it in the tests --- boards/msbiot/Makefile.features | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/msbiot/Makefile.features b/boards/msbiot/Makefile.features index 70a95c89a6..270210e70a 100644 --- a/boards/msbiot/Makefile.features +++ b/boards/msbiot/Makefile.features @@ -1,3 +1,3 @@ FEATURES_PROVIDED += cpp -FEATURES_PROVIDED += periph_uart periph_gpio +FEATURES_PROVIDED += periph_uart periph_gpio periph_spi FEATURES_PROVIDED += transceiver