1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

sys/ztimer: Fix stm32f1 naming for kconfig

This commit is contained in:
MrKevinWeiss 2021-06-22 16:30:20 +02:00
parent b88e8d29ba
commit 214b19551d
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -77,7 +77,7 @@ choice
default ZTIMER_SEC_BACKEND_RTC if !BOARD_NATIVE && \
!CPU_COMMON_SAM0 && \
!CPU_COMMON_EFM32 && \
!CPU_COMMON_STM32F1
!CPU_FAM_F1
default ZTIMER_SEC_BACKEND_RTT
config ZTIMER_SEC_BACKEND_TIMER