summaryrefslogtreecommitdiff
path: root/chip/stm32/jtag-stm32l15x.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/jtag-stm32l15x.c')
-rw-r--r--chip/stm32/jtag-stm32l15x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/stm32/jtag-stm32l15x.c b/chip/stm32/jtag-stm32l15x.c
index 234e2aa967..7b65400b1c 100644
--- a/chip/stm32/jtag-stm32l15x.c
+++ b/chip/stm32/jtag-stm32l15x.c
@@ -9,8 +9,8 @@
int jtag_pre_init(void)
{
- /* stop TIM2, TIM3 and watchdogs when the JTAG stops the CPU */
- STM32_DBGMCU_APB1FZ |= 0x00001803;
+ /* stop TIM2-4 and watchdogs when the JTAG stops the CPU */
+ STM32_DBGMCU_APB1FZ |= 0x00001807;
return EC_SUCCESS;
}