From 763f17515702d39cd91c324958ba99935363a0cd Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 5 May 2022 21:40:16 +0200 Subject: [PATCH] fixup! examples/lorawan: add Kconfig configuration --- examples/lorawan/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lorawan/Kconfig b/examples/lorawan/Kconfig index 04c1941be970..147da9d29114 100644 --- a/examples/lorawan/Kconfig +++ b/examples/lorawan/Kconfig @@ -2,4 +2,4 @@ config APPLICATION bool default y depends on TEST_KCONFIG - select MODULE_PERIPH_RTC if HAS_PERIPH_RTC + select MODULE_PERIPH_RTC if HAS_PERIPH_RTC && !HAVE_SHARED_PERIPH_RTT_PERIPH_RTC