diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-15 12:24:35 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-15 12:24:35 +0300 |
| commit | a95d17f98c8cbf9b06d5c9bf65cf895131bd9e60 (patch) | |
| tree | ddf2de93da0d707f51d6b045c91424dc2697655a /Software/Embedded_SW/Embedded/Embedded.cfg | |
| parent | b005b6aca3595a599ff29efee55f89b850156213 (diff) | |
| download | Tango-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.cfg | 1 |
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); |
