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 /stmhal/cmsis/devinc/stm32f411xe.h | |
parent | 89852d38ef097892e1d4624c4ec4389275603872 (diff) | |
download | micropython-4836bcc957e970c93c02bfd465a35dba5da157ee.tar.gz micropython-4836bcc957e970c93c02bfd465a35dba5da157ee.zip |
stmhal/cmsis: Replace non-ascii apostrophe with ascii apostrophe.
Diffstat (limited to 'stmhal/cmsis/devinc/stm32f411xe.h')
-rw-r--r-- | stmhal/cmsis/devinc/stm32f411xe.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
|