From 842bb64195f958b050867c50db66fc0aa413dafb Mon Sep 17 00:00:00 2001 From: QuakeGod <quakegod@sina.com> Date: 星期六, 27 七月 2024 10:42:56 +0800 Subject: [PATCH] KBus upgrade --- CCT6_TestApp1/Inc/main.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/CCT6_TestApp1/Inc/main.h b/CCT6_TestApp1/Inc/main.h index 67a1955..468e8b3 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 */ @@ -74,7 +75,9 @@ /* #define USE_FULL_ASSERT 1U */ /* USER CODE BEGIN Private defines */ +#include "KBus.h" +extern stKBusDef KBus1; /* USER CODE END Private defines */ #ifdef __cplusplus -- Gitblit v1.9.1