From 61ace31efad27ae0d6d86888842f82bc92545e72 Mon Sep 17 00:00:00 2001 From: Hoang Bui <47828508+bongbui321@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:02:40 -0500 Subject: [PATCH] fix byte 0x92 (#19) --- 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" *