aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Embedded.cfg
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-08-15 12:24:35 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-08-15 12:24:35 +0300
commita95d17f98c8cbf9b06d5c9bf65cf895131bd9e60 (patch)
treeddf2de93da0d707f51d6b045c91424dc2697655a /Software/Embedded_SW/Embedded/Embedded.cfg
parentb005b6aca3595a599ff29efee55f89b850156213 (diff)
downloadTango-a95d17f98c8cbf9b06d5c9bf65cf895131bd9e60.tar.gz
Tango-a95d17f98c8cbf9b06d5c9bf65cf895131bd9e60.zip
Improve temperature calculation time. alarm handling bugs, DC heater possible bug
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 7eaf78fb5..c247f2f1b 100644
--- a/Software/Embedded_SW/Embedded/Embedded.cfg
+++ b/Software/Embedded_SW/Embedded/Embedded.cfg
@@ -135,6 +135,7 @@ Program.global.communicationTx = Task.create("&communicationTxTask", task10Param
var task12Params = new Task.Params();
task12Params.instance.name = "AlarmHandling";
+task12Params.stackSize = 2048;
task12Params.priority = 6;
Program.global.AlarmHandling = Task.create("&AlarmHandlingTask", task12Params);