Index: firmware/App/Controllers/DrainPump.h =================================================================== diff -u -r0ff3afb455342a5abde4bb3e6a99819c9ed05164 -r2e3b3b2034ee5afb52a8630568145c9705afff9f --- firmware/App/Controllers/DrainPump.h (.../DrainPump.h) (revision 0ff3afb455342a5abde4bb3e6a99819c9ed05164) +++ firmware/App/Controllers/DrainPump.h (.../DrainPump.h) (revision 2e3b3b2034ee5afb52a8630568145c9705afff9f) @@ -62,8 +62,8 @@ SELF_TEST_STATUS_T execDrainPumpSelfTest( void ); U32 getTargetDrainPumpRPM( void ); - F32 getTargetDrainPumpOutletPressure( void ); +BOOL isDrainPumpOn( void ); BOOL testSetDrainPumpDataPublishIntervalOverride( U32 value ); BOOL testResetDrainPumpDataPublishIntervalOverride( void );