Skip to content

Commit 4836bcc

Browse files
committed
stmhal/cmsis: Replace non-ascii apostrophe with ascii apostrophe.
1 parent 89852d3 commit 4836bcc

16 files changed

+18
-18
lines changed

stmhal/cmsis/devinc/stm32f205xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* This file contains :
99
* - Data structures and the address mapping for all peripherals
1010
* - Peripheral's registers declarations and bits definition
11-
* - Macros to access peripherals registers hardware
11+
* - Macros to access peripheral's registers hardware
1212
*
1313
******************************************************************************
1414
* @attention

stmhal/cmsis/devinc/stm32f207xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* This file contains :
99
* - Data structures and the address mapping for all peripherals
1010
* - Peripheral's registers declarations and bits definition
11-
* - Macros to access peripherals registers hardware
11+
* - Macros to access peripheral's registers hardware
1212
*
1313
******************************************************************************
1414
* @attention

stmhal/cmsis/devinc/stm32f215xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* This file contains :
99
* - Data structures and the address mapping for all peripherals
1010
* - Peripheral's registers declarations and bits definition
11-
* - Macros to access peripherals registers hardware
11+
* - Macros to access peripheral's registers hardware
1212
*
1313
******************************************************************************
1414
* @attention

stmhal/cmsis/devinc/stm32f217xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* This file contains :
99
* - Data structures and the address mapping for all peripherals
1010
* - Peripheral's registers declarations and bits definition
11-
* - Macros to access peripherals registers hardware
11+
* - Macros to access peripheral's registers hardware
1212
*
1313
******************************************************************************
1414
* @attention

stmhal/cmsis/devinc/stm32f2xx.h

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

stmhal/cmsis/devinc/stm32f401xc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* This file contains:
1010
* - Data structures and the address mapping for all peripherals
1111
* - Peripheral's registers declarations and bits definition
12-
* - Macros to access peripherals registers hardware
12+
* - Macros to access peripheral's registers hardware
1313
*
1414
******************************************************************************
1515
* @attention

stmhal/cmsis/devinc/stm32f401xe.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* This file contains:
1010
* - Data structures and the address mapping for all peripherals
1111
* - Peripheral's registers declarations and bits definition
12-
* - Macros to access peripherals registers hardware
12+
* - Macros to access peripheral's registers hardware
1313
*
1414
******************************************************************************
1515
* @attention

stmhal/cmsis/devinc/stm32f407xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* This file contains:
1010
* - Data structures and the address mapping for all peripherals
1111
* - Peripheral's registers declarations and bits definition
12-
* - Macros to access peripherals registers hardware
12+
* - Macros to access peripheral's registers hardware
1313
*
1414
******************************************************************************
1515
* @attention

stmhal/cmsis/devinc/stm32f411xe.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* This file contains:
1010
* - Data structures and the address mapping for all peripherals
1111
* - Peripheral's registers declarations and bits definition
12-
* - Macros to access peripherals registers hardware
12+
* - Macros to access peripheral's registers hardware
1313
*
1414
******************************************************************************
1515
* @attention

stmhal/cmsis/devinc/stm32f415xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* This file contains:
1010
* - Data structures and the address mapping for all peripherals
1111
* - Peripheral's registers declarations and bits definition
12-
* - Macros to access peripherals registers hardware
12+
* - Macros to access peripheral's registers hardware
1313
*
1414
******************************************************************************
1515
* @attention

0 commit comments

Comments
 (0)