From 5accee4df85cc47b5700ad32090451ded2a121fa Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Thu, 26 Jul 2018 16:34:16 +0300 Subject: warning removed. diagnostics stops when the commtx mailbox is full. --- Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Embedded_SW/Embedded/Modules/General') diff --git a/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c b/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c index cc87f6611..757db6116 100644 --- a/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c +++ b/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c @@ -11,6 +11,8 @@ #include "ids/ids.h" #include "control/control.h" #include "heaters/heaters_ex.h" +#include "StateMachines/Printing/PrintingSTM.h" + #include "PMR/common/MessageContainer.pb-c.h" #include "PMR/Hardware/UploadHardWareConfigurationRequest.pb-c.h" #include "PMR/Hardware/UploadHardWareConfigurationResponse.pb-c.h" @@ -125,8 +127,6 @@ void HWSystemResetRequest(MessageContainer* requestContainer) responseContainer = createContainer(MESSAGE_TYPE__SystemResetResponse, requestContainer->token, true, &response, &system_reset_response__pack, &system_reset_response__get_packed_size); - Write_status_response(status); - //free(request); system_reset_request__free_unpacked(request,NULL); //------------------------------------------------------------------------------------------- -- cgit v1.3.1