From d73de8a3bd8493d38d3f476ec02c91f524beab7d Mon Sep 17 00:00:00 2001 From: Tom Van den Eynde Date: Wed, 18 Mar 2015 19:45:25 +0100 Subject: [PATCH] boards/pca10005: split FEATURES_PROVIDED over multiple lines --- boards/pca10005/Makefile.features | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/boards/pca10005/Makefile.features b/boards/pca10005/Makefile.features index 7444aa3910..b68fcfcad2 100644 --- a/boards/pca10005/Makefile.features +++ b/boards/pca10005/Makefile.features @@ -1,4 +1,8 @@ FEATURES_PROVIDED += cpp -FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_rtt \ - periph_cpuid periph_spi +FEATURES_PROVIDED += periph_uart +FEATURES_PROVIDED += periph_gpio +FEATURES_PROVIDED += periph_random +FEATURES_PROVIDED += periph_rtt +FEATURES_PROVIDED += periph_cpuid +FEATURES_PROVIDED += periph_spi FEATURES_MCU_GROUP = cortex_m0