From 72efa9c7a510546f11e569e442335a06247929cd Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 1 Oct 2020 14:43:44 +0200 Subject: [PATCH] boards/weact-f411ce: adapt CPU model --- boards/weact-f411ce/Kconfig | 2 +- boards/weact-f411ce/Makefile.features | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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