Skip to content

Commit

Permalink
fixup! fixup! feat(core): enable LSE on T3W1
Browse files Browse the repository at this point in the history
  • Loading branch information
TychoVrahe committed Mar 3, 2025
1 parent 559a446 commit 7a617f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/embed/sys/tamper/stm32u5/tamper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a617f1

Please sign in to comment.