aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-05-12 18:24:22 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-05-12 18:24:22 +0300
commitce0fe045c8dc0f005c4e70da5e71729d0c986165 (patch)
tree4b16aa41b0ad3d555780b6d4b3283b46c7ac9276 /Software/Embedded_SW/Embedded/Communication
parent524bc43f07339979eda1c812354a9a2e8e0f7e09 (diff)
downloadTango-ce0fe045c8dc0f005c4e70da5e71729d0c986165.tar.gz
Tango-ce0fe045c8dc0f005c4e70da5e71729d0c986165.zip
fix double report issue. improve IDS pressure build
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication')
-rw-r--r--Software/Embedded_SW/Embedded/Communication/Container.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/Container.c b/Software/Embedded_SW/Embedded/Communication/Container.c
index 480060791..9fb21d6d9 100644
--- a/Software/Embedded_SW/Embedded/Communication/Container.c
+++ b/Software/Embedded_SW/Embedded/Communication/Container.c
@@ -137,6 +137,7 @@ void receive_callback(char* buffer, size_t length)
resetIdleCounter();
REPORT_MSG(requestContainer->type,"Message received");
}
+ KeepAliveOneSecondCounter = 0;
msgId[index] = requestContainer->type;
Length[index] = length;
DataLength[index] = requestContainer->data.len;