Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r46c538cc5b7b40ddc8227e2ad1c77bab93716571 -r562333878837ad2ff1efa6e61e6cdbf332227fec --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 46c538cc5b7b40ddc8227e2ad1c77bab93716571) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 562333878837ad2ff1efa6e61e6cdbf332227fec) @@ -121,7 +121,7 @@ DG_RESERVOIR_ID_T getDGInactiveReservoir( void ); BOOL hasDGCompletedReservoirSwitch( void ); BOOL getDialysateFlowDataFreshFlag( void ); -F32 getDGDialysateFlowRateMlMin( void ); +F32 getDGDialysateFlowRateLMin( void ); F32 getLoadCellWeight( LOAD_CELL_ID_T loadCellID ); F32 getReservoirWeight( DG_RESERVOIR_ID_T resID ); F32 getReservoirWeightLargeFilter( DG_RESERVOIR_ID_T resID ); @@ -133,7 +133,6 @@ void setDGDialysateTemperatures( F32 primaryHtrTemp, F32 trimmerHtrTemp ); void setDGReservoirsData( DG_RESERVOIR_ID_T resID, U32 fillVol, U32 drainVol ); void setDialysateFlowData( F32 flowRate ); -void setDialysateFlowDataFreshFlag( BOOL flowRateFreshFlag ); void setNewLoadCellReadings( F32 res1Primary, F32 res1Backup, F32 res2Primary, F32 res2Backup ); void setDGDisinfectsStates( DG_DISINFECT_UI_STATES_T states );