From ce0fe045c8dc0f005c4e70da5e71729d0c986165 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Sun, 12 May 2019 18:24:22 +0300 Subject: fix double report issue. improve IDS pressure build --- Software/Embedded_SW/Embedded/Communication/Container.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Embedded_SW/Embedded/Communication') 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; -- cgit v1.3.1