Skip to content

Commit 2b8c37a

Browse files
committed
STM32L5 remove non-UTF characters
1 parent eb8d854 commit 2b8c37a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

targets/TARGET_STM/TARGET_STM32L5/STM32Cube_FW/CMSIS/stm32l5xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* is using in the C source code, usually in main.c. This file contains:
99
* - Configuration section that allows to select:
1010
* - The STM32L5xx device used in the target application
11-
* - To use or not the peripherals drivers in application code(i.e.
12-
* code will be based on direct access to peripherals registers
11+
* - To use or not the peripheral's drivers in application code(i.e.
12+
* code will be based on direct access to peripheral's registers
1313
* rather than drivers API), this option is controlled by
1414
* "#define USE_HAL_DRIVER"
1515
*

targets/TARGET_STM/TARGET_STM32L5/STM32Cube_FW/STM32L5xx_HAL_Driver/stm32l5xx_hal_wwdg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
(++) max time (mS) = 1000 * (Counter - 0x40) / WWDG clock
3434
(+) Typical values:
3535
(++) Counter min (T[5;0] = 0x00) @110MHz (PCLK1) with zero prescaler:
36-
max timeout before reset: ~37.23µs
36+
max timeout before reset: ~37.23us
3737
(++) Counter max (T[5;0] = 0x3F) @110MHz (PCLK1) with prescaler dividing by 128:
3838
max timeout before reset: ~19.07ms
3939

0 commit comments

Comments
 (0)