Skip to content

Commit 95640b9

Browse files
committed
STM32L0 remove non-UTF characters
1 parent 9319d2a commit 95640b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32L0/STM32Cube_FW/STM32L0xx_HAL_Driver/stm32l0xx_hal_wwdg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
(++) max time (mS) = 1000 * (Counter - 0x40) / WWDG clock
4141
(+) Typical values:
4242
(++) Counter min (T[5;0] = 0x00) at 32MHz (PCLK1) with zero prescaler:
43-
max timeout before reset: approximately 41.79µs
43+
max timeout before reset: approximately 41.79us
4444
(++) Counter max (T[5;0] = 0x3F) at 32MHz (PCLK1) with prescaler
4545
dividing by 8:
4646
max timeout before reset: approximately 342.38ms

0 commit comments

Comments
 (0)