aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-06-13 15:15:42 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-06-13 15:15:42 +0300
commitf502659ef54f1f798952089989923d1e76ab06cb (patch)
tree0768bd578808b51650da6ccb2da8750b1aa1b82e /Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
parent2d900a86cae2027dc43d73e92da889d6e1aa3f7b (diff)
downloadTango-f502659ef54f1f798952089989923d1e76ab06cb.tar.gz
Tango-f502659ef54f1f798952089989923d1e76ab06cb.zip
screw handling initial works
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
index 57b7a9d99..dad7a1db6 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
@@ -55,7 +55,7 @@ extern HardwareDancer DancersCfg[MAX_SYSTEM_DANCERS];
extern int32_t MotorSamples[MAX_THREAD_MOTORS_NUM][MAX_CONTROL_SAMPLES];
extern int MotorSamplePointer[MAX_THREAD_MOTORS_NUM];
extern double NormalizedErrorCoEfficient[MAX_THREAD_MOTORS_NUM];
-extern double DancerStopActivityLimit[MAX_THREAD_MOTORS_NUM];
+extern int DancerStopActivityLimit[MAX_THREAD_MOTORS_NUM];
uint32_t InternalWinderConfigMessage(HardwareWinder* request);