aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-09-02 18:57:49 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-09-02 18:57:49 +0300
commitc3741bba6733fa5ba4a0ec5856efddf2fc57297a (patch)
tree9e1bdf2e7c0baf5dc24350a46cc7e6d6584180e6 /Software/Embedded_SW
parent0ad4d65c969f62476d4bf2eeaea6f3ddfc375580 (diff)
downloadTango-c3741bba6733fa5ba4a0ec5856efddf2fc57297a.tar.gz
Tango-c3741bba6733fa5ba4a0ec5856efddf2fc57297a.zip
removed debug structure
Diffstat (limited to 'Software/Embedded_SW')
-rw-r--r--Software/Embedded_SW/Embedded/Communication/CommunicationTask.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c b/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
index 9492876a2..1de97b902 100644
--- a/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
+++ b/Software/Embedded_SW/Embedded/Communication/CommunicationTask.c
@@ -34,7 +34,6 @@ struct serialBuffer {
#define SHORT_BUFFER_SIZE 200
char CommShortRxBuffer[10][SHORT_BUFFER_SIZE];
char CommRxBuffer[COMM_MAX_BUFFER_SIZE];
-char DuplicateRxBuffer[2][2100];
SerialBuffer inBuffer[11];
bool SerialBufferUsed[11] = {false,false,false,false,false,false,false,false,false,false,false};
uint32_t initArray(size_t initialSize)