Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -re4b79bd0d31e779619a787f9ce4352d0fd3d4dce -r35246359c5a9080c704e0a6f1563e99a337e2e91 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision e4b79bd0d31e779619a787f9ce4352d0fd3d4dce) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 35246359c5a9080c704e0a6f1563e99a337e2e91) @@ -21,7 +21,6 @@ #include "DrainPump.h" #include "DGCommon.h" #include "MsgQueues.h" -#include "DrainPump.h" /** * @defgroup SystemCommMessages SystemCommMessages @@ -59,9 +58,6 @@ // MSG_ID_DG_VALVES_STATES BOOL broadcastValvesStates( U16 valvesStates ); -// MSG_ID_RO_PUMP_DATA -BOOL broadcastROPumpData( U32 tgtPressure, F32 measFlow, F32 setPWM ); - // MSG_ID_DRAIN_PUMP_DATA BOOL broadcastDrainPumpData( DRAIN_PUMP_DATA_T *drainPumpData );