Index: firmware/App/Controllers/DrainPump.h =================================================================== diff -u -r416a8fba5774e6cd64c69513e082afbd79f75ccf -ra75923f40bea362b44fc082ce8eebde7bfa97c9a --- firmware/App/Controllers/DrainPump.h (.../DrainPump.h) (revision 416a8fba5774e6cd64c69513e082afbd79f75ccf) +++ firmware/App/Controllers/DrainPump.h (.../DrainPump.h) (revision a75923f40bea362b44fc082ce8eebde7bfa97c9a) @@ -45,6 +45,11 @@ DATA_GET_PROTOTYPE( U32, getTargetDrainPumpSpeed ); +BOOL testSetDrainPumpDataPublishIntervalOverride( U32 value ); +BOOL testResetDrainPumpDataPublishIntervalOverride( void ); +BOOL testSetTargetDrainPumpPressureOverride( U32 value ); +BOOL testResetTargetDrainPumpPressureOverride( void ); + /**@}*/ #endif