diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-10-13 09:58:19 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-10-13 09:58:19 +0300 |
| commit | dc3772b6cfba694595a05067adde86660a4f77f9 (patch) | |
| tree | 91c613ad0d80dd3bb7f715ef5b66d0817ef582d7 /Software/Embedded_SW/Embedded/Modules/Thread | |
| parent | 019464981d77a178c9937c42824047848910ec50 (diff) | |
| parent | 45524e58330870f40b45974f67f8bda4c47a2cb4 (diff) | |
| download | Tango-dc3772b6cfba694595a05067adde86660a4f77f9.tar.gz Tango-dc3772b6cfba694595a05067adde86660a4f77f9.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/Thread_Winder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_Winder.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_Winder.c index 50c1f6c33..ac76e4dd1 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_Winder.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_Winder.c @@ -340,8 +340,8 @@ uint32_t Screw100msecDirectionChange(uint32_t deviceID, uint32_t BusyFlag) Report(ScrewStr,__FILE__,__LINE__,CalculationDirectionChangeCounter,RpWarning,ScrewLocationStart, 0); } } - else - Report("winder run error value" ,__FILE__,WinderRun,ScrewLocationRun[0],RpWarning,ScrewLocationRun[1], 0); + //else + // Report("winder run error value" ,__FILE__,WinderRun,ScrewLocationRun[0],RpWarning,ScrewLocationRun[1], 0); //Report(ScrewStr,__FILE__,__LINE__,CalculationDirectionChangeCounter,RpWarning,ScrewLocationStart, 0); //REPORT_MSG(abs(ScrewLocationRun[1] - ScrewLocationRun[0]), "Screw Run NumberOfSteps"); |
