diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-07-26 11:00:03 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-07-26 11:00:03 +0300 |
| commit | c280718d3396dd8ebe6fc48e2a700eeaa206de5e (patch) | |
| tree | e27becbc1fcf3fd3ba21c0e319268add6337c66d /Software/Embedded_SW/Embedded/Communication | |
| parent | 31238931d777301596aa50dd8ac5632ca887c689 (diff) | |
| download | Tango-c280718d3396dd8ebe6fc48e2a700eeaa206de5e.tar.gz Tango-c280718d3396dd8ebe6fc48e2a700eeaa206de5e.zip | |
uart order and improvements. thread winder log for prepare error. break sensor active!
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/Connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
