diff --git a/boards/weact-f411ce/Kconfig b/boards/weact-f411ce/Kconfig index 4ed011d313..c7e815f7dd 100644 --- a/boards/weact-f411ce/Kconfig +++ b/boards/weact-f411ce/Kconfig @@ -11,7 +11,7 @@ config BOARD config BOARD_WEACT_F411CE bool default y - select CPU_MODEL_STM32F411CEU6 + select CPU_MODEL_STM32F411CE # Put defined MCU peripherals here (in alphabetical order) select HAS_PERIPH_ADC diff --git a/boards/weact-f411ce/Makefile.features b/boards/weact-f411ce/Makefile.features index 02ea545f69..965128c1e4 100644 --- a/boards/weact-f411ce/Makefile.features +++ b/boards/weact-f411ce/Makefile.features @@ -1,5 +1,5 @@ CPU = stm32 -CPU_MODEL = stm32f411ceu6 +CPU_MODEL = stm32f411ce # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_adc