Skip to content

Commit 61ace31

Browse files
authored
fix byte 0x92 (#19)
1 parent 3aa6138 commit 61ace31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

board/inc/stm32f4xx.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* is using in the C source code, usually in main.c. This file contains:
99
* - Configuration section that allows to select:
1010
* - The STM32F4xx device used in the target application
11-
* - To use or not the peripherals drivers in application code(i.e.
12-
* code will be based on direct access to peripherals registers
11+
* - To use or not the peripheral's drivers in application code(i.e.
12+
* code will be based on direct access to peripheral's registers
1313
* rather than drivers API), this option is controlled by
1414
* "#define USE_HAL_DRIVER"
1515
*

0 commit comments

Comments
 (0)