From 2992fa7d935f6e3cc48f1fb1fbecdd23c12b26dc Mon Sep 17 00:00:00 2001 From: bongbui321 Date: Tue, 9 Jan 2024 10:58:51 -0500 Subject: [PATCH] fix byte 0x92 --- board/inc/stm32f4xx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/inc/stm32f4xx.h b/board/inc/stm32f4xx.h index 35ec65a..79d83bf 100644 --- a/board/inc/stm32f4xx.h +++ b/board/inc/stm32f4xx.h @@ -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 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" *