From c280718d3396dd8ebe6fc48e2a700eeaa206de5e Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Thu, 26 Jul 2018 11:00:03 +0300 Subject: uart order and improvements. thread winder log for prepare error. break sensor active! --- Software/Embedded_SW/Embedded/Communication/Connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Communication') diff --git a/Software/Embedded_SW/Embedded/Communication/Connection.c b/Software/Embedded_SW/Embedded/Communication/Connection.c index c5bda84d2..ed7aa9dfc 100644 --- a/Software/Embedded_SW/Embedded/Communication/Connection.c +++ b/Software/Embedded_SW/Embedded/Communication/Connection.c @@ -65,7 +65,7 @@ void DisconnectionRequest(MessageContainer* requestContainer) DiagnosticsStop(); HeatingStopReporting(); JobStopReporting(); - UART_ResetBuffers(); + //UART_ResetBuffers(); //------------------------------------------------------------------------------------------- uint8_t* container_buffer = malloc(message_container__get_packed_size(&responseContainer)); size_t container_size = message_container__pack(&responseContainer, container_buffer); -- cgit v1.3.1