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:
parent
42067b0091
commit
72efa9c7a5
@ -11,7 +11,7 @@ config BOARD
|
|||||||
config BOARD_WEACT_F411CE
|
config BOARD_WEACT_F411CE
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
select CPU_MODEL_STM32F411CEU6
|
select CPU_MODEL_STM32F411CE
|
||||||
|
|
||||||
# Put defined MCU peripherals here (in alphabetical order)
|
# Put defined MCU peripherals here (in alphabetical order)
|
||||||
select HAS_PERIPH_ADC
|
select HAS_PERIPH_ADC
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CPU = stm32
|
CPU = stm32
|
||||||
CPU_MODEL = stm32f411ceu6
|
CPU_MODEL = stm32f411ce
|
||||||
|
|
||||||
# Put defined MCU peripherals here (in alphabetical order)
|
# Put defined MCU peripherals here (in alphabetical order)
|
||||||
FEATURES_PROVIDED += periph_adc
|
FEATURES_PROVIDED += periph_adc
|
||||||
|
Loading…
Reference in New Issue
Block a user