From db25c9f050a690bbec032ef3f93e244c7ec2dbee Mon Sep 17 00:00:00 2001
From: QuakeGod <quakegod@sina.com>
Date: 星期五, 26 五月 2023 09:30:59 +0800
Subject: [PATCH] PLCFunction fix2

---
 Inc/GlobalDef.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Inc/GlobalDef.h b/Inc/GlobalDef.h
index 3d41162..51016bc 100644
--- a/Inc/GlobalDef.h
+++ b/Inc/GlobalDef.h
@@ -43,9 +43,7 @@
 	
 };
 
-#define BOARD_TYPE 16 
-#define BOARD_VER 1
-#define XLAT_FREQ 8
+#define BOARD_TYPE 9 
 #define BOARD_VER 1
 
 #if (BOARD_TYPE == 11)

--
Gitblit v1.9.1