From 7a617f1726f058a4e0fa9ab9dfd56c046393a004 Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Mon, 3 Mar 2025 17:42:24 +0100 Subject: [PATCH] fixup! fixup! feat(core): enable LSE on T3W1 --- core/embed/sys/tamper/stm32u5/tamper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/embed/sys/tamper/stm32u5/tamper.c b/core/embed/sys/tamper/stm32u5/tamper.c index 43dd6abac9e..f53e56bd40c 100644 --- a/core/embed/sys/tamper/stm32u5/tamper.c +++ b/core/embed/sys/tamper/stm32u5/tamper.c @@ -41,7 +41,6 @@ // clk_init_def.RTCClockSelection = RCC_RTCCLKSOURCE_LSI (or // RCC_RTCCLKSOURCE_LSE); HAL_RCCEx_PeriphCLKConfig(&clk_init_def); HAL_StatusTypeDef clk_init(uint32_t source) { - bool pwrclkchanged = false; // Enable Power Clock