Skip to content

Commit f103713

Browse files
committed
STM32F3 remove non-UTF characters
1 parent 7f15a28 commit f103713

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

targets/TARGET_STM/TARGET_STM32F3/STM32Cube_FW/CMSIS/stm32f3xx.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 STM32F3xx 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_STM32F3/STM32Cube_FW/STM32F3xx_HAL_Driver/stm32f3xx_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 36MHz (PCLK1) with zero prescaler:
43-
max timeout before reset: approximately 113.78µs
43+
max timeout before reset: approximately 113.78us
4444
(++) Counter max (T[5;0] = 0x3F) at 36MHz (PCLK1) with prescaler
4545
dividing by 8:
4646
max timeout before reset: approximately 58.25ms

0 commit comments

Comments
 (0)