mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
215 B
Makefile
7 lines
215 B
Makefile
CPU_MODEL = stm32f401cc
|
|
|
|
include $(RIOTBOARD)/common/weact-f4x1cx/Makefile.features
|
|
|
|
# weact-f401cc provides a custom default Kconfig clock configuration
|
|
KCONFIG_ADD_CONFIG += $(RIOTBOARD)/weact-f401cc/clock.config
|