aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-11-15 14:54:51 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-11-15 14:54:51 +0200
commitaeacbdabd448b2e7455e16460b996c8090731d9d (patch)
tree1264b75395afc05b955c5fc205ebe63fa7fc7321 /Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
parente615d14fb0f47ae0ec44766b51d1009c12332a4f (diff)
downloadTango-aeacbdabd448b2e7455e16460b996c8090731d9d.tar.gz
Tango-aeacbdabd448b2e7455e16460b996c8090731d9d.zip
many logs. improve job handling and IDS. NEW WINDER ALGORITHM (Interrupts)
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 b27ab687d..9711cebb3 100644
--- a/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
+++ b/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
@@ -15,7 +15,7 @@ static void (*callback)(char* buffer, size_t length);
Mailbox_Handle CommunicationRxMsgQ = NULL;
Mailbox_Handle CommunicationTxMsgQ = NULL;
-#define COMMUNICATION_NUM_MSGS 20
+#define COMMUNICATION_NUM_MSGS 40
typedef struct CommRxMessage{
//uint16_t messageId;
uint16_t msgSize;