From abf5da085fc7581994d78086680adc6f402bc099 Mon Sep 17 00:00:00 2001 From: Hauke Petersen <hauke.petersen@fu-berlin.de> Date: Thu, 9 Nov 2017 09:50:21 +0100 Subject: [PATCH] boards: remove non-existent feature 'config' --- boards/msb-430h/Makefile.features | 3 --- boards/wsn430-v1_3b/Makefile.features | 3 --- boards/wsn430-v1_4/Makefile.features | 3 --- 3 files changed, 9 deletions(-) diff --git a/boards/msb-430h/Makefile.features b/boards/msb-430h/Makefile.features index f434c16f42..5eb8b0f7d2 100644 --- a/boards/msb-430h/Makefile.features +++ b/boards/msb-430h/Makefile.features @@ -4,9 +4,6 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# Various other features (if any) -FEATURES_PROVIDED += config - # The board MPU family (used for grouping by the CI system) FEATURES_MCU_GROUP = msp430 diff --git a/boards/wsn430-v1_3b/Makefile.features b/boards/wsn430-v1_3b/Makefile.features index 35e3a8fd30..6d1b3acb46 100644 --- a/boards/wsn430-v1_3b/Makefile.features +++ b/boards/wsn430-v1_3b/Makefile.features @@ -4,9 +4,6 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_uart -# Various other features (if any) -FEATURES_PROVIDED += config - # The board MPU family (used for grouping by the CI system) FEATURES_MCU_GROUP = msp430 diff --git a/boards/wsn430-v1_4/Makefile.features b/boards/wsn430-v1_4/Makefile.features index 35e3a8fd30..6d1b3acb46 100644 --- a/boards/wsn430-v1_4/Makefile.features +++ b/boards/wsn430-v1_4/Makefile.features @@ -4,9 +4,6 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_uart -# Various other features (if any) -FEATURES_PROVIDED += config - # The board MPU family (used for grouping by the CI system) FEATURES_MCU_GROUP = msp430 -- GitLab