From eeebe934c40d37855000f16f067c0e2d77322b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Tue, 28 Nov 2017 17:47:19 +0100 Subject: [PATCH] bluepill: sort MCU peripherals alphabetically --- boards/bluepill/Makefile.features | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/bluepill/Makefile.features b/boards/bluepill/Makefile.features index 59c7f90917..8e5b319196 100644 --- a/boards/bluepill/Makefile.features +++ b/boards/bluepill/Makefile.features @@ -1,10 +1,10 @@ # Put defined MCU peripherals here (in alphabetical order) +FEATURES_PROVIDED += periph_adc FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_pwm FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -FEATURES_PROVIDED += periph_adc # The board MPU family (used for grouping by the CI system) FEATURES_MCU_GROUP = cortex_m3_2