Skip to content

Commit

Permalink
sys/ztimer: Fix stm32f1 naming for kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Jul 2, 2021
1 parent b88e8d2 commit 214b195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/ztimer/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 214b195

Please sign in to comment.