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