diff options
Diffstat (limited to 'stmhal/cmsis/devinc/stm32f4xx.h')
-rw-r--r-- | stmhal/cmsis/devinc/stm32f4xx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stmhal/cmsis/devinc/stm32f4xx.h b/stmhal/cmsis/devinc/stm32f4xx.h index ab0c95b6a..7bae44a09 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"
*
|