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 --- KBus/Inc/BoardType.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/KBus/Inc/BoardType.h b/KBus/Inc/BoardType.h index caef6a9..5164651 100644 --- a/KBus/Inc/BoardType.h +++ b/KBus/Inc/BoardType.h @@ -44,7 +44,7 @@ }; #define BOARD_TYPE 10 -#define BOARD_VER 1 +#define BOARD_VER 2 #if (BOARD_TYPE == 11) #define XLAT_FREQ 12 -- Gitblit v1.9.1