diff options
author | Damien George <damien.p.george@gmail.com> | 2015-08-07 08:43:17 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-08-07 08:46:43 +0100 |
commit | 4836bcc957e970c93c02bfd465a35dba5da157ee (patch) | |
tree | 9dcd372a03da25135b3e4bbd664cf3cfb9b35a3a | |
parent | 89852d38ef097892e1d4624c4ec4389275603872 (diff) | |
download | micropython-4836bcc957e970c93c02bfd465a35dba5da157ee.tar.gz micropython-4836bcc957e970c93c02bfd465a35dba5da157ee.zip |
stmhal/cmsis: Replace non-ascii apostrophe with ascii apostrophe.
-rw-r--r-- | stmhal/cmsis/devinc/stm32f205xx.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f207xx.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f215xx.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f217xx.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f2xx.h | 4 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f401xc.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f401xe.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f407xx.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f411xe.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f415xx.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f417xx.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f427xx.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f429xx.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f437xx.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f439xx.h | 2 | ||||
-rw-r--r-- | stmhal/cmsis/devinc/stm32f4xx.h | 4 |
16 files changed, 18 insertions, 18 deletions
diff --git a/stmhal/cmsis/devinc/stm32f205xx.h b/stmhal/cmsis/devinc/stm32f205xx.h index 53829a0cf3..ec812fbb54 100644 --- a/stmhal/cmsis/devinc/stm32f205xx.h +++ b/stmhal/cmsis/devinc/stm32f205xx.h @@ -8,7 +8,7 @@ * This file contains : * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/stmhal/cmsis/devinc/stm32f207xx.h b/stmhal/cmsis/devinc/stm32f207xx.h index f0a3f3b241..69d85b499a 100644 --- a/stmhal/cmsis/devinc/stm32f207xx.h +++ b/stmhal/cmsis/devinc/stm32f207xx.h @@ -8,7 +8,7 @@ * This file contains : * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/stmhal/cmsis/devinc/stm32f215xx.h b/stmhal/cmsis/devinc/stm32f215xx.h index a1c6e14ec9..d985c6c645 100644 --- a/stmhal/cmsis/devinc/stm32f215xx.h +++ b/stmhal/cmsis/devinc/stm32f215xx.h @@ -8,7 +8,7 @@ * This file contains : * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/stmhal/cmsis/devinc/stm32f217xx.h b/stmhal/cmsis/devinc/stm32f217xx.h index b7cd832277..644747c5ae 100644 --- a/stmhal/cmsis/devinc/stm32f217xx.h +++ b/stmhal/cmsis/devinc/stm32f217xx.h @@ -8,7 +8,7 @@ * This file contains : * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/stmhal/cmsis/devinc/stm32f2xx.h b/stmhal/cmsis/devinc/stm32f2xx.h index fad794d39b..a27294037c 100644 --- a/stmhal/cmsis/devinc/stm32f2xx.h +++ b/stmhal/cmsis/devinc/stm32f2xx.h @@ -10,8 +10,8 @@ * is using in the C source code, usually in main.c. This file contains: * - Configuration section that allows to select: * - The STM32F2xx device used in the target application - * - To use or not the peripheral�s drivers in application code(i.e. - * code will be based on direct access to peripheral�s registers + * - To use or not the peripheral's drivers in application code(i.e. + * code will be based on direct access to peripheral's registers * rather than drivers API), this option is controlled by * "#define USE_HAL_DRIVER" * diff --git a/stmhal/cmsis/devinc/stm32f401xc.h b/stmhal/cmsis/devinc/stm32f401xc.h index 62a51744c4..421e3e8ece 100644 --- a/stmhal/cmsis/devinc/stm32f401xc.h +++ b/stmhal/cmsis/devinc/stm32f401xc.h @@ -9,7 +9,7 @@ * This file contains:
* - Data structures and the address mapping for all peripherals
* - Peripheral's registers declarations and bits definition
- * - Macros to access peripheral’s registers hardware
+ * - Macros to access peripheral's registers hardware
*
******************************************************************************
* @attention
diff --git a/stmhal/cmsis/devinc/stm32f401xe.h b/stmhal/cmsis/devinc/stm32f401xe.h index f6dc4af1f4..cd6cc35724 100644 --- a/stmhal/cmsis/devinc/stm32f401xe.h +++ b/stmhal/cmsis/devinc/stm32f401xe.h @@ -9,7 +9,7 @@ * This file contains:
* - Data structures and the address mapping for all peripherals
* - Peripheral's registers declarations and bits definition
- * - Macros to access peripheral’s registers hardware
+ * - Macros to access peripheral's registers hardware
*
******************************************************************************
* @attention
diff --git a/stmhal/cmsis/devinc/stm32f407xx.h b/stmhal/cmsis/devinc/stm32f407xx.h index e0a0a11345..84218bc91e 100644 --- a/stmhal/cmsis/devinc/stm32f407xx.h +++ b/stmhal/cmsis/devinc/stm32f407xx.h @@ -9,7 +9,7 @@ * This file contains:
* - Data structures and the address mapping for all peripherals
* - Peripheral's registers declarations and bits definition
- * - Macros to access peripheral’s registers hardware
+ * - Macros to access peripheral's registers hardware
*
******************************************************************************
* @attention
diff --git a/stmhal/cmsis/devinc/stm32f411xe.h b/stmhal/cmsis/devinc/stm32f411xe.h index 10ffb02ce7..b51648edb9 100644 --- a/stmhal/cmsis/devinc/stm32f411xe.h +++ b/stmhal/cmsis/devinc/stm32f411xe.h @@ -9,7 +9,7 @@ * This file contains:
* - Data structures and the address mapping for all peripherals
* - Peripheral's registers declarations and bits definition
- * - Macros to access peripheral’s registers hardware
+ * - Macros to access peripheral's registers hardware
*
******************************************************************************
* @attention
diff --git a/stmhal/cmsis/devinc/stm32f415xx.h b/stmhal/cmsis/devinc/stm32f415xx.h index f6b24a9f78..c19b2c0fc2 100644 --- a/stmhal/cmsis/devinc/stm32f415xx.h +++ b/stmhal/cmsis/devinc/stm32f415xx.h @@ -9,7 +9,7 @@ * This file contains:
* - Data structures and the address mapping for all peripherals
* - Peripheral's registers declarations and bits definition
- * - Macros to access peripheral’s registers hardware
+ * - Macros to access peripheral's registers hardware
*
******************************************************************************
* @attention
diff --git a/stmhal/cmsis/devinc/stm32f417xx.h b/stmhal/cmsis/devinc/stm32f417xx.h index f0fec3785a..349ab1f680 100644 --- a/stmhal/cmsis/devinc/stm32f417xx.h +++ b/stmhal/cmsis/devinc/stm32f417xx.h @@ -9,7 +9,7 @@ * This file contains:
* - Data structures and the address mapping for all peripherals
* - Peripheral's registers declarations and bits definition
- * - Macros to access peripheral’s registers hardware
+ * - Macros to access peripheral's registers hardware
*
******************************************************************************
* @attention
diff --git a/stmhal/cmsis/devinc/stm32f427xx.h b/stmhal/cmsis/devinc/stm32f427xx.h index b092689d20..cd76c49f5c 100644 --- a/stmhal/cmsis/devinc/stm32f427xx.h +++ b/stmhal/cmsis/devinc/stm32f427xx.h @@ -9,7 +9,7 @@ * This file contains:
* - Data structures and the address mapping for all peripherals
* - Peripheral's registers declarations and bits definition
- * - Macros to access peripheral’s registers hardware
+ * - Macros to access peripheral's registers hardware
*
******************************************************************************
* @attention
diff --git a/stmhal/cmsis/devinc/stm32f429xx.h b/stmhal/cmsis/devinc/stm32f429xx.h index 52a5884d93..e84dc24674 100644 --- a/stmhal/cmsis/devinc/stm32f429xx.h +++ b/stmhal/cmsis/devinc/stm32f429xx.h @@ -9,7 +9,7 @@ * This file contains:
* - Data structures and the address mapping for all peripherals
* - Peripheral's registers declarations and bits definition
- * - Macros to access peripheral’s registers hardware
+ * - Macros to access peripheral's registers hardware
*
******************************************************************************
* @attention
diff --git a/stmhal/cmsis/devinc/stm32f437xx.h b/stmhal/cmsis/devinc/stm32f437xx.h index c261d1a0e3..a70f7aabe5 100644 --- a/stmhal/cmsis/devinc/stm32f437xx.h +++ b/stmhal/cmsis/devinc/stm32f437xx.h @@ -9,7 +9,7 @@ * This file contains:
* - Data structures and the address mapping for all peripherals
* - Peripheral's registers declarations and bits definition
- * - Macros to access peripheral’s registers hardware
+ * - Macros to access peripheral's registers hardware
*
******************************************************************************
* @attention
diff --git a/stmhal/cmsis/devinc/stm32f439xx.h b/stmhal/cmsis/devinc/stm32f439xx.h index 1f3bf3306a..91846b7232 100644 --- a/stmhal/cmsis/devinc/stm32f439xx.h +++ b/stmhal/cmsis/devinc/stm32f439xx.h @@ -9,7 +9,7 @@ * This file contains:
* - Data structures and the address mapping for all peripherals
* - Peripheral's registers declarations and bits definition
- * - Macros to access peripheral’s registers hardware
+ * - Macros to access peripheral's registers hardware
*
******************************************************************************
* @attention
diff --git a/stmhal/cmsis/devinc/stm32f4xx.h b/stmhal/cmsis/devinc/stm32f4xx.h index ab0c95b6a9..7bae44a096 100644 --- a/stmhal/cmsis/devinc/stm32f4xx.h +++ b/stmhal/cmsis/devinc/stm32f4xx.h @@ -10,8 +10,8 @@ * is using in the C source code, usually in main.c. This file contains:
* - Configuration section that allows to select:
* - The STM32F4xx device used in the target application
- * - To use or not the peripheral’s drivers in application code(i.e.
- * code will be based on direct access to peripheral’s registers
+ * - To use or not the peripheral's drivers in application code(i.e.
+ * code will be based on direct access to peripheral's registers
* rather than drivers API), this option is controlled by
* "#define USE_HAL_DRIVER"
*
|