Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -rd2ec7bf847131ad0f044fc122aef360d726a2dc5 -rd371983d84daf213db3e39d21cf30c13161ce062 --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision d2ec7bf847131ad0f044fc122aef360d726a2dc5) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision d371983d84daf213db3e39d21cf30c13161ce062) @@ -7,8 +7,8 @@ * * @file Reservoirs.c * -* @author (last) Sean Nash -* @date (last) 24-Aug-2023 +* @author (last) James Walter Taylor +* @date (last) 01-Sep-2023 * * @author (original) Sean * @date (original) 18-Mar-2020 @@ -101,7 +101,7 @@ static HEATERS_TEMPERATURE_CALC_DATA_T heatersTempCalc; ///< Heaters temperature calculations data structure. static U32 dataPublishCounter; ///< used to schedule reservoir data publication to CAN bus. -static OVERRIDE_U32_T activeReservoir = { 0, 0, 0, 0 }; ///< The active reservoir that the DG is filling/draining/etc. +static OVERRIDE_U32_T activeReservoir = { 0, 0, 0, 0 }; ///< The active reservoir that serves the HD dialysate need. static OVERRIDE_U32_T fillVolumeTargetMl = { 0, 0, 0, 0 }; ///< The target reservoir fill volume (in mL). static OVERRIDE_U32_T drainVolumeTargetMl = { 0, 0, 0, 0 }; ///< The target reservoir drain volume (in mL). static OVERRIDE_U32_T reservoirDataPublishInterval = { RESERVOIR_DATA_PUB_INTERVAL,