From 5dd1b7fdcc52a43867f924e8d220de8467af372a Mon Sep 17 00:00:00 2001 From: QuakeGod <quakegod@sina.com> Date: 星期五, 12 四月 2024 14:27:26 +0800 Subject: [PATCH] Change KBus to OOP and Packge --- CCT6_TestApp1/Inc/stm32f0xx_hal_conf.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CCT6_TestApp1/Inc/stm32f0xx_hal_conf.h b/CCT6_TestApp1/Inc/stm32f0xx_hal_conf.h index 9a6bde7..07378f2 100644 --- a/CCT6_TestApp1/Inc/stm32f0xx_hal_conf.h +++ b/CCT6_TestApp1/Inc/stm32f0xx_hal_conf.h @@ -76,7 +76,7 @@ /*#define HAL_EXTI_MODULE_ENABLED */ #define HAL_CORTEX_MODULE_ENABLED #define HAL_DMA_MODULE_ENABLED -#define HAL_FLASH_MODULE_ENABLED +#define HAL_FLASH_MODULE_ENABLED #define HAL_GPIO_MODULE_ENABLED #define HAL_PWR_MODULE_ENABLED #define HAL_RCC_MODULE_ENABLED -- Gitblit v1.9.1