cpu/stm32: fix remaining occurence of stm32f1 cpu family
This commit is contained in:
parent
2448b26a8b
commit
a858c980c4
@ -18,7 +18,7 @@ ifneq (,$(filter $(CPU_FAM),l0 l1))
|
|||||||
FEATURES_PROVIDED += periph_eeprom
|
FEATURES_PROVIDED += periph_eeprom
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (stm32f1,$(CPU_FAM))
|
ifeq (f1,$(CPU_FAM))
|
||||||
FEATURES_CONFLICT += periph_rtc:periph_rtt
|
FEATURES_CONFLICT += periph_rtc:periph_rtt
|
||||||
FEATURES_CONFLICT_MSG += "On the STM32F1, the RTC and RTT map to the same hardware peripheral."
|
FEATURES_CONFLICT_MSG += "On the STM32F1, the RTC and RTT map to the same hardware peripheral."
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user