aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/Connection.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-19 14:38:07 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-19 14:38:07 +0200
commitdf8534fcfb8b9b07f5a71a57e0ff3a8fb0071158 (patch)
tree28643413ef6759206ddb08021d3a1e91c398fe5d /Software/Embedded_SW/Embedded/Communication/Connection.c
parentdfd0c672c17e85a403ad6452e76ad9f0394b6dd3 (diff)
downloadTango-df8534fcfb8b9b07f5a71a57e0ff3a8fb0071158.tar.gz
Tango-df8534fcfb8b9b07f5a71a57e0ff3a8fb0071158.zip
preparations for light colors and cosmetics
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 af60541aa..0eac579ae 100644
--- a/Software/Embedded_SW/Embedded/Communication/Connection.c
+++ b/Software/Embedded_SW/Embedded/Communication/Connection.c
@@ -53,6 +53,7 @@ void StopRecurringReports(void)
PowerUpStopReporting();
MachineUpdateStopReporting();
PowerDownStopReporting();
+ HomingStopReporting();
KeepAliveActive = false;
}
@@ -140,6 +141,7 @@ void DisconnectionRequest(MessageContainer* requestContainer)
DiagnosticsStop();
JobStopReporting();
AlarmHandlingStop();
+ HomingStopReporting();
//UART_ResetBuffers();
//-------------------------------------------------------------------------------------------
uint8_t* container_buffer = my_malloc(message_container__get_packed_size(&responseContainer));