Skip to content

Commit c5b6347

Browse files
committed
STM32G0 remove non-UTF characters
1 parent 39f8924 commit c5b6347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/STM32G0xx_HAL_Driver/stm32g0xx_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 64 MHz (PCLK1) with zero prescaler:
43-
max timeout before reset: approximately 64µs
43+
max timeout before reset: approximately 64us
4444
(++) Counter max (T[5;0] = 0x3F) at 64 MHz (PCLK1) with prescaler
4545
dividing by 128:
4646
max timeout before reset: approximately 524.28ms

0 commit comments

Comments
 (0)