aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2019-05-27 16:46:30 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2019-05-27 16:46:30 +0300
commit8fefb650921f35b2b72ae5d49d7adefe30bd8a6c (patch)
tree0a0525e9865473f8b571390f9e7531df9acb9af4 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
parentea1a4d93784b5110a59a3acbece767fd1e9078d8 (diff)
parent56c56d443d7ebd5a9fbab098e8500390bfc0c7cc (diff)
downloadTango-8fefb650921f35b2b72ae5d49d7adefe30bd8a6c.tar.gz
Tango-8fefb650921f35b2b72ae5d49d7adefe30bd8a6c.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
index 265c751c6..0acb587b2 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_init.c
@@ -22,7 +22,7 @@
MotorDriverConfigStruc MotorsCfg[NUM_OF_MOTORS]={0};
HardwarePidControl MotorsControl[MAX_THREAD_MOTORS_NUM] = {0};
-int32_t MotorSpeedSamples[MAX_THREAD_MOTORS_NUM][MAX_CONTROL_SAMPLES] = {0};
+double MotorSpeedSamples[MAX_THREAD_MOTORS_NUM][MAX_CONTROL_SAMPLES] = {0};
int MotorSpeedSamplePointer[MAX_THREAD_MOTORS_NUM] = {0};
int32_t MotorSamples[MAX_THREAD_MOTORS_NUM][MAX_CONTROL_SAMPLES] = {0};