aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-06-27 19:02:38 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-06-27 19:02:38 +0300
commitfa3f933179443f7f50b321e1730f363ae60a6c14 (patch)
treeec68a4e6fcd657ea6fb3db0b66b2c9c83000222a /Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
parent26a2e4a1974b90f9cb44297115dc3152659eb244 (diff)
downloadTango-fa3f933179443f7f50b321e1730f363ae60a6c14.tar.gz
Tango-fa3f933179443f7f50b321e1730f363ae60a6c14.zip
Embedded SW Release note - Version 1.4.1.0
============================================================= Move to length calculation FROM PULLER fix intersegment handling FLASH - rebuilt. using data from flash instead of FFS DFU fixed. Heaters handling fixed. job starts only in proximity to requested temperature
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
index 81fa33ef2..167616afe 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
@@ -22,6 +22,7 @@ typedef enum threadMotorsEnum
}threadMotorsEnum;
extern double TotalProcessedLength;
+extern double PoolerTotalProcessedLength;
void ThreadSetBreakSensorLimit(int limit);