Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r666d17245e2873e847cdf0b1da07abfe0702523e -rc6d4cd2dbaac8a68be80b047f8fb0a33133576af --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 666d17245e2873e847cdf0b1da07abfe0702523e) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision c6d4cd2dbaac8a68be80b047f8fb0a33133576af) @@ -19,6 +19,7 @@ #define __SYSTEM_COMM_MESSAGES_H__ #include "DGCommon.h" +#include "DrainPump.h" #include "Fans.h" #include "MsgQueues.h" #include "Thermistors.h" @@ -63,7 +64,7 @@ BOOL broadcastROPumpData( U32 tgtPressure, F32 measFlow, F32 setPWM ); // MSG_ID_DRAIN_PUMP_DATA -BOOL broadcastDrainPumpData( U32 tgtSpeed, U32 dac ); +BOOL broadcastDrainPumpData( DRAIN_PUMP_DATA_T *drainPumpData ); // MSG_ID_DG_CONCENTRATE_PUMP_DATA BOOL broadcastConcentratePumpData( void * concentratePumpDataPtr );