aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/Connection.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-08-15 12:24:35 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-08-15 12:24:35 +0300
commita95d17f98c8cbf9b06d5c9bf65cf895131bd9e60 (patch)
treeddf2de93da0d707f51d6b045c91424dc2697655a /Software/Embedded_SW/Embedded/Communication/Connection.c
parentb005b6aca3595a599ff29efee55f89b850156213 (diff)
downloadTango-a95d17f98c8cbf9b06d5c9bf65cf895131bd9e60.tar.gz
Tango-a95d17f98c8cbf9b06d5c9bf65cf895131bd9e60.zip
Improve temperature calculation time. alarm handling bugs, DC heater possible bug
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/Connection.c')
-rw-r--r--Software/Embedded_SW/Embedded/Communication/Connection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/Connection.c b/Software/Embedded_SW/Embedded/Communication/Connection.c
index d890a232f..579b429ee 100644
--- a/Software/Embedded_SW/Embedded/Communication/Connection.c
+++ b/Software/Embedded_SW/Embedded/Communication/Connection.c
@@ -23,6 +23,7 @@
#include "Modules/heaters/heaters_ex.h"
#include "modules/Diagnostics/Diagnostics.h"
+#include "Modules/AlarmHandling/AlarmHandling.h"
void ConnectionRequest(MessageContainer* requestContainer)
@@ -68,6 +69,7 @@ void DisconnectionRequest(MessageContainer* requestContainer)
DiagnosticsStop();
HeatingStopReporting();
JobStopReporting();
+ AlarmHandlingStop();
//UART_ResetBuffers();
//-------------------------------------------------------------------------------------------
uint8_t* container_buffer = malloc(message_container__get_packed_size(&responseContainer));