aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-11-07 17:03:17 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-11-07 17:03:17 +0200
commit4b1cb5b46c308425ee1a6e076f4616cae1bde332 (patch)
tree901e274d2d4b68395c7c986142e102c8c7925085 /Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
parent1bfc4f14cc980d57113930adc61219a4bcb24f42 (diff)
parent8cae26aa5d465477a408500ae64f2afc05859a6a (diff)
downloadTango-4b1cb5b46c308425ee1a6e076f4616cae1bde332.tar.gz
Tango-4b1cb5b46c308425ee1a6e076f4616cae1bde332.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
index a725468e9..9c42dde01 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
@@ -43,6 +43,7 @@ extern HardwarePidControl MotorsControl[MAX_THREAD_MOTORS_NUM];
//extern InternalWinderConfigStruc InternalWinderCfg;
extern HardwareDancer DancersCfg[MAX_SYSTEM_DANCERS];
extern uint32_t CurrentControlledSpeed[MAX_THREAD_MOTORS_NUM];
+extern int OriginalMotorSpd_2PPS[MAX_THREAD_MOTORS_NUM];
#define MAX_CONTROL_SAMPLES 10
extern int32_t MotorSamples[MAX_THREAD_MOTORS_NUM][MAX_CONTROL_SAMPLES];