aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-12-19 13:55:03 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-12-19 13:55:03 +0200
commit882fbad8c582fc8f381e1fa38f142f4eb287d589 (patch)
treed4ce14552a30e282ceaf648837be03ab06750ae2 /Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
parenta57535d08a68e67fd2f73d5742fc4517817d5f92 (diff)
downloadTango-882fbad8c582fc8f381e1fa38f142f4eb287d589.tar.gz
Tango-882fbad8c582fc8f381e1fa38f142f4eb287d589.zip
Heaters: start printing only when reaching 99% of the running temperature
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/CommunicationTask.c')
-rw-r--r--Software/Embedded_SW/Embedded/Communication/CommunicationTask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c b/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
index be3c0d3d4..d5d465adb 100644
--- a/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
+++ b/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
@@ -234,7 +234,7 @@ void communicationTxTask(UArg arg0, UArg arg1)
if (diagnosticscontainer_buffer == Message.Buff)
diagnosticscontainer_buffer = 0;
my_free(Message.Buff);
- delayms(5); //wait 5 milliseconds between messages
+ //delayms(1); //wait 5 milliseconds between messages
}
}