Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -ra5b84c018934c938b28c9b6671a6ae842f899e19 -rf373b6c38077c7e6071939e702fab65db58c1146 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision a5b84c018934c938b28c9b6671a6ae842f899e19) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision f373b6c38077c7e6071939e702fab65db58c1146) @@ -31,7 +31,6 @@ */ // ********** public definitions ********** -#define DEFAULT_FILL_RESERVOIR_TO_VOLUME_ML 1500 ///< default Fill reservoir to this volume (in mL). #define DEFAULT_TARGET_FILL_FLOW_RATE_LPM 0.8F ///< Default target fill flow rate in L/min. #define DRAIN_RESERVOIR_TO_VOLUME_ML 0 ///< Drain reservoir to this volume (in mL) during treatment. #define LOAD_CELL_ILLEGAL_WEIGHT_VALUE -10000.0F ///< Initial value for Load Cells, known bad value @@ -132,7 +131,6 @@ void setHDVersionDGServiceRecord( DG_SERVICE_RECORD_T* data ); void setHDVersionDGUsageInfo( DG_USAGE_INFO_RECORD_T* data ); -void setDefaultTreatmentHeatingParams( void ); void cmdSetDGDialysateHeatingParams( DG_CMD_DIALYSATE_HEATING_PARAMS_T heatingParams ); void cmdStartDG( void ); void cmdStopDG( void );