Index: firmware/App/Modes/ModeRecirculate.c =================================================================== diff -u -rdf0a0b9ce1414b00b381e516714f9089d8e4ae21 -rc0160362dc799802ec589d5b6cf4c2bd1face77e --- firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision df0a0b9ce1414b00b381e516714f9089d8e4ae21) +++ firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision c0160362dc799802ec589d5b6cf4c2bd1face77e) @@ -45,13 +45,11 @@ #define TARGET_RO_FLOW_RATE_L 0.3 ///< Target flow rate for RO pump. #define TARGET_FLUSH_LINES_RO_FLOW_RATE_L 0.6 ///< Target flow rate for RO pump. -#define FLUSH_LINES_VOLUME_L 0.01 ///< Water volume (in Liters) to flush when starting re-circulate mode. TODO remove this and add it NVDataMgmt // ********** private data ********** static DG_RECIRCULATE_MODE_STATE_T recircState; ///< Currently active re-circulation state. static F32 flushLinesVolumeL = 0.0; ///< Volume of water pumped by RO pump during flush lines state. -static F32 flushLinesTargetVolumeL = FLUSH_LINES_VOLUME_L; ///< Flush lines target volume in liters. // ********** private function prototypes **********