aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-12-27 12:09:52 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-12-27 12:09:52 +0200
commit2769e72857ebc543d8f40a3cbca218f2f010a77d (patch)
treeb35fc9781886083ffad35a17dffee947cfdb1800 /Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
parent637d6a416fa3ba7784a8ebb2a28fb169d8baa574 (diff)
downloadTango-2769e72857ebc543d8f40a3cbca218f2f010a77d.tar.gz
Tango-2769e72857ebc543d8f40a3cbca218f2f010a77d.zip
Version 1.3.0.8 changes for connection resiliance: priorities, diagnostics and alarm handling
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 5afc618ff..eb4ebbaf1 100644
--- a/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
+++ b/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
@@ -126,7 +126,7 @@ uint32_t CommunicationTaskMessageReceived(uint32_t buffer,uint16_t msgSize)
* this communication task is created statically in system initialization, in blocking mode
* over one of the chosen ommunication methods (USB or Blutooth).
******************************************************************************/
-uint32_t cLength[50] = {0};
+uint32_t cLength[51] = {0};
byte cindex = 0;
void communicationTask(UArg arg0, UArg arg1)
{