Index: firmware/App/Services/Reservoirs.h =================================================================== diff -u -recc3eef231cd2527274969e057d9b4763caa273f -r2b47dd2e7974618d8899527cdbff80fa93ebc9fa --- firmware/App/Services/Reservoirs.h (.../Reservoirs.h) (revision ecc3eef231cd2527274969e057d9b4763caa273f) +++ firmware/App/Services/Reservoirs.h (.../Reservoirs.h) (revision 2b47dd2e7974618d8899527cdbff80fa93ebc9fa) @@ -8,7 +8,7 @@ * @file Reservoirs.h * * @author (last) Dara Navaei -* @date (last) 08-Nov-2022 +* @date (last) 07-Mar-2023 * * @author (original) Sean * @date (original) 18-Mar-2020 @@ -34,7 +34,7 @@ // ********** public definitions ********** #define MAX_RESERVOIR_VOLUME_ML 2000 ///< Maximum reservoir volume in mL. -#define RESERVOIR_EXTRA_TEMPERATURE 0.0F ///< Reservoirs extra margin temperature. +#define RESERVOIR_EXTRA_TEMPERATURE 2.0F ///< Reservoirs extra margin temperature. /// Fill command data structure. typedef struct @@ -61,16 +61,6 @@ U32 rejectCode; ///< Reason code for rejecting the command } DG_CMD_RESPONSE_T; -/// Dialysate heating parameters -typedef struct -{ - F32 trimmerTargetTemperature; ///< Trimmer Target temperature - U32 timeReservoirCycleMS; ///< Reservoir cycle time in milliseconds - F32 timeReservoirFillMS; ///< Reservoir fill time in milliseconds - U32 timeReservoirWait2SwitchMS; ///< Wait to switch active reservoir time in milliseconds - F32 dialysateFlowLPM; ///< Dialysate flow rate in L/min -} DG_CMD_DIALYSATE_HEATING_PARAMS_T; - /// HD mode and HD submode typedef struct {