diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-03-28 18:07:39 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-03-28 18:07:39 +0200 |
| commit | f63af5c5755ba9adf91c9612c5629f008da84838 (patch) | |
| tree | 4196e72e6bc9e4082f2991dd4a1e5562201eb7c0 /Software/Embedded_SW/Embedded/Modules/Thread/Thread.h | |
| parent | a706aefd3dbf0552205dc0c850e2eba06bbf6e34 (diff) | |
| parent | 652ba187110a48e5a7887ece87d12b04e4eb8105 (diff) | |
| download | Tango-f63af5c5755ba9adf91c9612c5629f008da84838.tar.gz Tango-f63af5c5755ba9adf91c9612c5629f008da84838.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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h index 638611c8b..3e2a6aa40 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h @@ -64,6 +64,8 @@ extern int MotorSamplePointer[MAX_THREAD_MOTORS_NUM]; extern double NormalizedErrorCoEfficient[MAX_THREAD_MOTORS_NUM]; extern int DancerStopActivityLimit[MAX_THREAD_MOTORS_NUM]; extern MotorControlConfig_t MotorControlConfig[MAX_THREAD_MOTORS_NUM]; +extern int32_t MotorSpeedSamples[MAX_THREAD_MOTORS_NUM][MAX_CONTROL_SAMPLES]; +extern int MotorSpeedSamplePointer[MAX_THREAD_MOTORS_NUM]; uint32_t InternalWinderConfigMessage(HardwareWinder* request); |
