Index: firmware/App/Modes/ModeGenDialysate.h =================================================================== diff -u -r8e93a6e39b2c7af5f0b47ef1272a2b53446fab0b -r3bafab778c613a1abd0c421128320408db407ef8 --- firmware/App/Modes/ModeGenDialysate.h (.../ModeGenDialysate.h) (revision 8e93a6e39b2c7af5f0b47ef1272a2b53446fab0b) +++ firmware/App/Modes/ModeGenDialysate.h (.../ModeGenDialysate.h) (revision 3bafab778c613a1abd0c421128320408db407ef8) @@ -59,7 +59,8 @@ BOOL requestDDGenDialyasteStop( void ); // Stop generate dialysate U32 getD48PumpSpeedForBCFill( void ); // Get D48 pump speed void setD48PumpSpeedForBCFill( U32 pumpSpeed ); // Set D48 pump speed -U32 calculateD48PumpSpeedForBCFill( void ); // Calculate initial D48 pump speed +U32 calculateD48PumpSpeedForBCFill( void ); // Calculate and store initial D48 pump speed +U32 getCalculatedD48PumpSpeedForBCFill( void ); // Get nominal D48 speed from formula only BOOL testDDGenDialysateDataPublishIntervalOverride( MESSAGE_T *message ); // GenD Mode data publish interval override BOOL testDialDeliveryInProgressOverride( MESSAGE_T *message ); // To override the dialysate delivery in progress flag