Skip to content

Commit

Permalink
fix byte 0x92 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 authored Jan 11, 2024
1 parent 3aa6138 commit 61ace31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions board/inc/stm32f4xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,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 peripherals drivers in application code(i.e.
* code will be based on direct access to peripherals 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"
*
Expand Down

0 comments on commit 61ace31

Please sign in to comment.