From c0fb13f1543a71a46a4de45f5d37f50e5ce95ce1 Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期四, 19 十一月 2020 12:43:09 +0800
Subject: [PATCH] 去掉自动修改时间片操作

---
 Src/application/global_param.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Src/application/global_param.h b/Src/application/global_param.h
index 67823f8..2ab1e4e 100644
--- a/Src/application/global_param.h
+++ b/Src/application/global_param.h
@@ -44,7 +44,7 @@
 #define   MOTOR_ENABLE        0x1E
 #define   IMU_ENABLE          0x1F
 #define 	REMOTEPARA_STATE  	0x20
-
+#define 	MOTOR_ONTIME 				0x21
 
 #define 	CNT_RESTART						0x30
 #define 	CNT_REBOOT						0x31
@@ -55,6 +55,7 @@
 
 
 extern uint16_t g_com_map[COM_MAP_SIZE];
+extern uint16_t rtag_com_map[30];
 
 extern uint32_t save_com_map_to_flash(void);
 extern void parameter_init(void);

--
Gitblit v1.9.3