Index: firmware/App/Controllers/DialInFlow.h =================================================================== diff -u -rf66d82b848fd33b312f0f24c84fed91b5424b6fc -rac5a409920099e701227c507cbda86d5d1ea8bf8 --- firmware/App/Controllers/DialInFlow.h (.../DialInFlow.h) (revision f66d82b848fd33b312f0f24c84fed91b5424b6fc) +++ firmware/App/Controllers/DialInFlow.h (.../DialInFlow.h) (revision ac5a409920099e701227c507cbda86d5d1ea8bf8) @@ -46,7 +46,6 @@ F32 measMCCurr; F32 pwmDC; U32 rotorCount; - F32 flowSigStrength; } DIALIN_PUMP_STATUS_PAYLOAD_T; // ********** public function prototypes ********** @@ -61,6 +60,7 @@ BOOL homeDialInPump( void ); BOOL isDialInPumpRunning( void ); BOOL isDialInPumpRampComplete( void ); +void resetDialInPumpRotorCount( void ); SELF_TEST_STATUS_T execDialInFlowTest( void ); @@ -87,7 +87,7 @@ BOOL testSetMeasuredDialInPumpMCCurrentOverride( F32 value ); BOOL testResetMeasuredDialInPumpMCCurrentOverride( void ); BOOL testSetDialInPumpTargetDutyCycle( F32 value ); -BOOL testSetDialysateInPumpRotorCountOverride( void ); +BOOL testSetDialysateInPumpRotorCountOverride( U32 value ); BOOL testResetDialysateInPumpRotorCountOverride( void ); /**@}*/