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

---
 C8T6_TestApp1/Inc/BoardType.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/C8T6_TestApp1/Inc/BoardType.h b/C8T6_TestApp1/Inc/BoardType.h
index 75c28e5..243e281 100644
--- a/C8T6_TestApp1/Inc/BoardType.h
+++ b/C8T6_TestApp1/Inc/BoardType.h
@@ -37,7 +37,7 @@
 	
 	BOARD_V30_MINI	=11,		//11  Mini Board
 	BOARD_V45_NET = 13,
-	BOARD_EXT_FP0 = 14,
+	BOARD_EXT_FPx = 14,
 	BOARD_V50_RADIO_16 = 15, 
 	BOARD_V50_RADIO_8 = 16, 
 	
@@ -77,6 +77,5 @@
 #define DINPUT		0
 #define DOUTPUT		0
 #endif
-
 
 #endif  /* __BOARDTYPE_H__ */

--
Gitblit v1.9.1