From 12ef59c562f0bfa5b7f9f4ac808a7d340adab9de Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期一, 11 三月 2024 14:20:43 +0800
Subject: [PATCH] 微功率版本

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

diff --git a/Src/application/global_param.h b/Src/application/global_param.h
index 3a72076..3941b78 100644
--- a/Src/application/global_param.h
+++ b/Src/application/global_param.h
@@ -45,9 +45,10 @@
 #define     IMU_ENABLE          0x1F
 #define 	REMOTEPARA_STATE  	0x20
 #define 	ACTIVE_INDEX 				    0x22
+#define 	HEIGHTOFFEST_INDEX 				0x28
 
-#define MOTOR_ONTIME 500
-#define MOTOR_OFFTIME 500
+#define     MOTOR_ONTIME 500
+#define     MOTOR_OFFTIME 500
 
 #define 	CNT_RESTART						0x30
 #define 	CNT_REBOOT						0x31

--
Gitblit v1.9.3