From dac7616c3350115eee6d9e6edb9085fb6e79428b Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期二, 06 四月 2021 14:24:39 +0800
Subject: [PATCH] V1.44

---
 源码/核心板/Src/application/global_param.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/global_param.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/global_param.h"
index c2cd41e..4b7f7db 100644
--- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/global_param.h"
+++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/global_param.h"
@@ -46,6 +46,7 @@
 #define   MOTOR_ENABLE        0x1E
 #define   IMU_ENABLE          0x1F
 #define 	FILTER_COEFFICIENT  0x20
+#define 	SPEEDFILTER_THRES   0x24	//滤波参数
 #define 	WHITELIST1_START  	0x25
 #define 	WHITELIST1_END  		0x26
 #define 	SW_TYPE  						0x27
@@ -65,6 +66,6 @@
 
 extern uint32_t save_com_map_to_flash(void);
 extern void parameter_init(void);
-
+void FactorySettings(void);
 #endif
 

--
Gitblit v1.9.3