From 42bdb4465a6330cfd29c8cb7b34005198b724e12 Mon Sep 17 00:00:00 2001 From: Tom Van den Eynde Date: Wed, 18 Mar 2015 19:44:22 +0100 Subject: [PATCH] boards/msbiot: split FEATURES_PROVIDED over multiple lines --- boards/msbiot/Makefile.features | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/boards/msbiot/Makefile.features b/boards/msbiot/Makefile.features index e6c82f7d30..962c9a839a 100644 --- a/boards/msbiot/Makefile.features +++ b/boards/msbiot/Makefile.features @@ -1,5 +1,11 @@ FEATURES_PROVIDED += cpp -FEATURES_PROVIDED += periph_uart periph_gpio periph_spi periph_i2c periph_pwm periph_random \ - periph_adc periph_dac +FEATURES_PROVIDED += periph_uart +FEATURES_PROVIDED += periph_gpio +FEATURES_PROVIDED += periph_spi +FEATURES_PROVIDED += periph_i2c +FEATURES_PROVIDED += periph_pwm +FEATURES_PROVIDED += periph_random +FEATURES_PROVIDED += periph_adc +FEATURES_PROVIDED += periph_dac FEATURES_PROVIDED += transceiver FEATURES_MCU_GROUP = cortex_m4