diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-19 14:38:07 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-19 14:38:07 +0200 |
| commit | df8534fcfb8b9b07f5a71a57e0ff3a8fb0071158 (patch) | |
| tree | 28643413ef6759206ddb08021d3a1e91c398fe5d /Software/Embedded_SW/Embedded/Communication/Connection.c | |
| parent | dfd0c672c17e85a403ad6452e76ad9f0394b6dd3 (diff) | |
| download | Tango-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.c | 2 |
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)); |
