1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/weact-f411ce: adapt CPU model

This commit is contained in:
Alexandre Abadie 2020-10-01 14:43:44 +02:00
parent 42067b0091
commit 72efa9c7a5
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
CPU = stm32
CPU_MODEL = stm32f411ceu6
CPU_MODEL = stm32f411ce
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc