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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Inc/GlobalDef.h b/Inc/GlobalDef.h index 51016bc..e5a0d6d 100644 --- a/Inc/GlobalDef.h +++ b/Inc/GlobalDef.h @@ -43,7 +43,7 @@ }; -#define BOARD_TYPE 9 +#define BOARD_TYPE 7 #define BOARD_VER 1 #if (BOARD_TYPE == 11) -- Gitblit v1.9.1