Index: firmware/App/Modes/ModeRecirculate.c =================================================================== diff -u -r318d977d9d47b1860f09b93f06cc5885723f3e77 -r43fcf6140ca7b3ec665067653a7d64dce65d71d4 --- firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision 318d977d9d47b1860f09b93f06cc5885723f3e77) +++ firmware/App/Modes/ModeRecirculate.c (.../ModeRecirculate.c) (revision 43fcf6140ca7b3ec665067653a7d64dce65d71d4) @@ -40,8 +40,8 @@ // ********** 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 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. // ********** private function prototypes ********** @@ -107,7 +107,7 @@ U32 execRecirculateMode( void ) { // check inlet water conductivity - checkWaterConductivity( getConductivityValue(CONDUCTIVITYSENSORS_CPI_SENSOR), recircState ); + checkInletWaterConductivity( recircState ); // execute current re-circulate state switch ( recircState )