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/main.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/CCT6_TestApp1/Inc/main.h b/CCT6_TestApp1/Inc/main.h index 67a1955..85b1831 100644 --- a/CCT6_TestApp1/Inc/main.h +++ b/CCT6_TestApp1/Inc/main.h @@ -59,6 +59,7 @@ #include "stm32f0xx_ll_tim.h" #include "stm32f0xx_ll_utils.h" #include "stm32f0xx_ll_pwr.h" +#include "stm32f0xx_ll_flash.h" /* USER CODE BEGIN Includes */ -- Gitblit v1.9.1