Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r27f3db92495948d4c1192421c1b0c20338c4a034 -r174c9ba02da6790f01ea9141ab1cc1d28388f2f8 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 27f3db92495948d4c1192421c1b0c20338c4a034) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 174c9ba02da6790f01ea9141ab1cc1d28388f2f8) @@ -131,8 +131,7 @@ U32 getDGROPumpPressureSetPt( void ); F32 getDGROPumpFlowRateMlMin( void ); U32 getDGDrainPumpRPMSetPt( void ); -F32 getLoadCellWeightInGrams( LOAD_CELL_ID_T loadCellID ); -F32 getReservoirWeightSmallFilter( DG_RESERVOIR_ID_T resID ); +F32 getLoadCellWeight( LOAD_CELL_ID_T loadCellID ); F32 getReservoirWeightLargeFilter( DG_RESERVOIR_ID_T resID ); void setDGOpMode( U32 opMode, U32 subMode );