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 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/CCT6_TestApp1/Inc/main.h b/CCT6_TestApp1/Inc/main.h index 85b1831..468e8b3 100644 --- a/CCT6_TestApp1/Inc/main.h +++ b/CCT6_TestApp1/Inc/main.h @@ -75,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