diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-01-29 18:33:11 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-01-29 18:33:11 +0200 |
| commit | 99554aaefd61f29be38669d46c7e4a573bec311f (patch) | |
| tree | 16bf2b5582424c961f87f4dc543f36f2167e6d08 /Software/Embedded_SW/Embedded/Communication/Connection.c | |
| parent | 4b7e196fe51e5a93b3c8090bbb43d05e3e6fd370 (diff) | |
| download | Tango-99554aaefd61f29be38669d46c7e4a573bec311f.tar.gz Tango-99554aaefd61f29be38669d46c7e4a573bec311f.zip | |
Version 1.3.5.3: IDS handling, control track and fixing, and other changes.
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/Connection.c')
| -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 0039fd488..1669dd6a3 100644 --- a/Software/Embedded_SW/Embedded/Communication/Connection.c +++ b/Software/Embedded_SW/Embedded/Communication/Connection.c @@ -145,7 +145,7 @@ void KeepAliveOneSecondCall(void) DiagnosticsStop(); JobStopReporting(); AlarmHandlingStop(); - CommunicationMailboxFlush(); + //CommunicationMailboxFlush(); USBCDCD_Reinit(); //UART_ResetBuffers(); } |
