From b8f018f37e2b6a64114c1da032f687010c9a5366 Mon Sep 17 00:00:00 2001
From: QuakeGod <quakegod@sina.com>
Date: 星期五, 28 七月 2023 11:36:40 +0800
Subject: [PATCH] fix PLC function for 0701 device

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

diff --git a/Inc/GlobalDef.h b/Inc/GlobalDef.h
index 3d41162..e5a0d6d 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 7 
 #define BOARD_VER 1
 
 #if (BOARD_TYPE == 11)

--
Gitblit v1.9.1