diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-03 12:28:18 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-03 12:28:18 +0200 |
| commit | af782aca2364948527c1107a02428897fb8382a1 (patch) | |
| tree | 788c3e9bdf2dcc41188f710a2f05cd5e1e8acc9d /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | |
| parent | fbfe1b3cc3024a6b0401fb0a2c53bead70462338 (diff) | |
| download | Tango-af782aca2364948527c1107a02428897fb8382a1.tar.gz Tango-af782aca2364948527c1107a02428897fb8382a1.zip | |
thread loading, mostly
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c index ba505493d..c3fb17460 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c @@ -1061,7 +1061,7 @@ uint32_t ThreadPrepare_Tension (int DancerId, double tension) return status; } //******************************************************************************************************************** -bool SkipOpenLids = true; +bool SkipOpenLids = false; uint32_t ThreadPrepareState(void *JobDetails) { int Motor_i,i, HW_Motor_Id, Pid_Id; |
