diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-18 16:17:40 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-18 16:17:40 +0100 |
commit | 906d383850971f9f034cae346bac50cc5c90d369 (patch) | |
tree | c98fe75c5f5675893f045168d3d856a8354e9e79 | |
parent | 90ac822097aeadbe43669347e2e36f9bb91a951d (diff) | |
download | micropython-906d383850971f9f034cae346bac50cc5c90d369.tar.gz micropython-906d383850971f9f034cae346bac50cc5c90d369.zip |
stmhal: Remove non-ascii character from include file.
-rw-r--r-- | stmhal/cmsis/devinc/stm32f405xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/cmsis/devinc/stm32f405xx.h b/stmhal/cmsis/devinc/stm32f405xx.h index 99a54bf22b..9e50eff7ea 100644 --- a/stmhal/cmsis/devinc/stm32f405xx.h +++ b/stmhal/cmsis/devinc/stm32f405xx.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
|