From 3aa08870dc50c19cfaa619d26f7c37610d950457 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Thu, 25 Oct 2018 11:15:14 +0300 Subject: small corrections --- Software/Embedded_SW/Embedded/Common/report/reportInit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Common') diff --git a/Software/Embedded_SW/Embedded/Common/report/reportInit.c b/Software/Embedded_SW/Embedded/Common/report/reportInit.c index 5d010bc1e..dc6f11ccb 100644 --- a/Software/Embedded_SW/Embedded/Common/report/reportInit.c +++ b/Software/Embedded_SW/Embedded/Common/report/reportInit.c @@ -114,7 +114,7 @@ int ReportResponseFunc(char *message, /* The formatted message size_t container_size = message_container__pack(&responseContainer, container_buffer); if (SendChars(container_buffer, container_size) == false) //comm tx mailbox full { - CommunicationMailboxFlush(); + //CommunicationMailboxFlush(); //protobufToken[0] = 0; } } -- cgit v1.3.1