diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-07-09 13:11:47 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-07-09 13:11:47 +0300 |
| commit | 6b45f78c55c1e8bbdc2f08faa1596e7a4949a4c9 (patch) | |
| tree | dd5cc3deaa7088ca6b7643c768f04343560b5058 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h | |
| parent | a70481826ec5a121fb444d1f783acf12666639bd (diff) | |
| parent | 8642bff0608c63a7447452fc7414a3f086def376 (diff) | |
| download | Tango-6b45f78c55c1e8bbdc2f08faa1596e7a4949a4c9.tar.gz Tango-6b45f78c55c1e8bbdc2f08faa1596e7a4949a4c9.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h index 4081b53f2..4339c5312 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h @@ -24,6 +24,7 @@ typedef enum threadMotorsEnum extern double TotalProcessedLength; extern double PoolerTotalProcessedLength; extern int SecondFeederCorrection; +extern bool SkipOpenLids,IgnoreConeMissing; void ThreadSetBreakSensorLimit(int limit); @@ -37,7 +38,6 @@ uint32_t ThreadPreSegmentState(void *SegmentDetails, uint32_t SegmentId); uint32_t ThreadSegmentState(void *SegmentDetails, int SegmentId); uint32_t ThreadDistanceToSpoolState(void); uint32_t ThreadEndState(); -uint32_t ThreadInitialTestStub(); bool Set_Thread_Rockers_Bypass (int value); |
