Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r61716bc97ecca8af1ec560333844a8cf602eccb0 -r95561ae1f450dc687b9ce8d4cce2ac91293bc925 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 61716bc97ecca8af1ec560333844a8cf602eccb0) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 95561ae1f450dc687b9ce8d4cce2ac91293bc925) @@ -84,12 +84,11 @@ static DG_RESERVOIR_ID_T dgActiveReservoir = DG_RESERVOIR_2; ///< Latest active reservoir reported by the DG. static DG_RESERVOIR_ID_T dgActiveReservoirSet = DG_RESERVOIR_2; ///< Active reservoir commanded. -// TODO remove below variables +// TODO remove below variables static U32 dgReservoirFillVolumeTarget = 0; ///< Latest fill-to volume reported by the DG. static U32 dgReservoirFillVolumeTargetSet = 0; ///< Fill-to volume commanded. static U32 dgReservoirDrainVolumeTarget = 0; ///< Latest drain-to volume reported by the DG. static U32 dgReservoirDrainVolumeTargetSet = 0; ///< Drain-to volume commanded. - static DG_DISINFECT_UI_STATES_T disinfectsStatus; ///< DG disinfects status. static DG_MIXING_RATIOS_T dgMixingRatios; ///< DG mixing ratios.