aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Embedded.cfg
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-04-30 17:54:36 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-04-30 17:54:36 +0300
commit08316b86da18cce886b9269daec1f04cbe377fc3 (patch)
tree8e8fa9fa47118d175bfaabb482d2f2fa352d5ba3 /Software/Embedded_SW/Embedded/Embedded.cfg
parentbd103be9febc3034bcb803b470adf37e67d326cb (diff)
downloadTango-08316b86da18cce886b9269daec1f04cbe377fc3.tar.gz
Tango-08316b86da18cce886b9269daec1f04cbe377fc3.zip
1.3.9.5 fix bug in heaters max temp
Diffstat (limited to 'Software/Embedded_SW/Embedded/Embedded.cfg')
-rw-r--r--Software/Embedded_SW/Embedded/Embedded.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Embedded.cfg b/Software/Embedded_SW/Embedded/Embedded.cfg
index 001fab666..5dd991512 100644
--- a/Software/Embedded_SW/Embedded/Embedded.cfg
+++ b/Software/Embedded_SW/Embedded/Embedded.cfg
@@ -188,6 +188,7 @@ Program.global.adcProcess = Task.create("&ADCProcessTask", ADCProcessTaskParams)
var ReportTaskParams = new Task.Params();
ReportTaskParams.instance.name = "report";
+ReportTaskParams.stackSize = 2048;
ReportTaskParams.priority = 7;
Program.global.report = Task.create("&reportService", ReportTaskParams);