diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-10-25 11:15:14 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-10-25 11:15:14 +0300 |
| commit | 3aa08870dc50c19cfaa619d26f7c37610d950457 (patch) | |
| tree | 8179304c8f91a367613ab814c5e9c653e0ab8464 /Software/Embedded_SW/Embedded/Communication/CommunicationTask.c | |
| parent | 2eb5e880d44c358ef6a97232e90e77ea0ec582ae (diff) | |
| download | Tango-3aa08870dc50c19cfaa619d26f7c37610d950457.tar.gz Tango-3aa08870dc50c19cfaa619d26f7c37610d950457.zip | |
small corrections
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/CommunicationTask.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/CommunicationTask.c | 2 |
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 b63c74fee..cc2feb8d8 100644 --- a/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c +++ b/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c @@ -12,7 +12,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 60 typedef struct CommRxMessage{ //uint16_t messageId; uint16_t msgSize; |
