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