aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-12 14:47:38 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-12 14:47:38 +0300
commite278b58a84234d66e49f1d261fe5ae68e6907b77 (patch)
treeee5742364c45bca41b2936347bbd7dea8cb6b9a8 /Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
parent8adbe1c2004903c3e60e9347c4b0ee8d09cd2457 (diff)
parent90016353a084191ff91e6332d0f3cbc104ab3100 (diff)
downloadTango-e278b58a84234d66e49f1d261fe5ae68e6907b77.tar.gz
Tango-e278b58a84234d66e49f1d261fe5ae68e6907b77.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
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 dad7a1db6..7780287fb 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
@@ -48,7 +48,7 @@ extern HardwarePidControlType ThreadMotorIdToControlId[MAX_THREAD_MOTORS_NUM];
extern HardwareMotor MotorsCfg[NUM_OF_MOTORS];
extern HardwarePidControl MotorsControl[MAX_THREAD_MOTORS_NUM];
-extern InternalWinderConfigStruc InternalWinderCfg;
+//extern InternalWinderConfigStruc InternalWinderCfg;
extern HardwareDancer DancersCfg[MAX_SYSTEM_DANCERS];
#define MAX_CONTROL_SAMPLES 10