From 53f6f1aeb95939da52f546f4016926a5e0fd8ce7 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期五, 13 一月 2023 15:54:37 +0800
Subject: [PATCH] V2.62 去掉调试模式

---
 Src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Src/main.c b/Src/main.c
index c5e2c8c..01a1af7 100644
--- a/Src/main.c
+++ b/Src/main.c
@@ -286,7 +286,7 @@
 	hardware_pici= STMFLASH_ReadHalfWord(FLASH_HARDWARE_VERSION_MAP+2);
 	hardware_type= STMFLASH_ReadHalfWord(FLASH_HARDWARE_VERSION_MAP+4);
 	//deca_sleep(1000);
-	g_com_map[VERSION] = (2<<8)|61;
+	g_com_map[VERSION] = (2<<8)|62;
     
 //	g_com_map[DEV_ID]=0x7;
 #ifdef DEBUG_MODE

--
Gitblit v1.9.3