aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-07-12 09:41:33 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-07-12 09:41:33 +0300
commit1fe6f6b50598fff4d52273138936031f3dee7866 (patch)
tree26fad71aa271df637f348864b8b4a4b8738f0ee5 /Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
parent521c56c625e7e5b494303a8b1117e693a84abd95 (diff)
downloadTango-1fe6f6b50598fff4d52273138936031f3dee7866.tar.gz
Tango-1fe6f6b50598fff4d52273138936031f3dee7866.zip
Spool cone handling, debug log in job progress
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