Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -r556668d4ef26ad4afbc438cc28d397a898459084 -r487d3524cbf3b50dad1308fc1f68b733cc00c4cd --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 556668d4ef26ad4afbc438cc28d397a898459084) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 487d3524cbf3b50dad1308fc1f68b733cc00c4cd) @@ -7,8 +7,8 @@ * * @file Reservoirs.c * -* @author (last) Michael Garthwaite -* @date (last) 15-Jun-2023 +* @author (last) Sean Nash +* @date (last) 18-Jul-2023 * * @author (original) Dara Navaei * @date (original) 21-Nov-2021 @@ -245,20 +245,6 @@ /*********************************************************************//** * @brief - * The setDialysateHeatingParams function is an API to call other internal - * functions to set the trimmer's heater target temperature and times that are - * required to calculated the heaters target temperature in DG. - * @details Inputs: none - * @details Outputs: none - * @return none - *************************************************************************/ -void setDialysateHeatingParams( void ) -{ - calculateActiveReservoirCycleTime(); -} - -/*********************************************************************//** - * @brief * The getLastReservoirUFTimeInMs function returns the reservoir ultrafiltration * time (in ms) for the last reservoir used in treatment. * @details Inputs: none