Index: firmware/App/Modes/FPModes/ModeGenPermeate.c =================================================================== diff -u -r10235e1fe9bc5e66ed87d799360f47d9a50cce3d -r19e682bf3a5ad3593935db055af7b80bb9354ab4 --- firmware/App/Modes/FPModes/ModeGenPermeate.c (.../ModeGenPermeate.c) (revision 10235e1fe9bc5e66ed87d799360f47d9a50cce3d) +++ firmware/App/Modes/FPModes/ModeGenPermeate.c (.../ModeGenPermeate.c) (revision 19e682bf3a5ad3593935db055af7b80bb9354ab4) @@ -42,7 +42,7 @@ // ********** private definitions ********** #define PRE_GEN_PERMEATE_DATA_PUBLISH_INTERVAL ( MS_PER_SECOND / TASK_GENERAL_INTERVAL ) ///< Interval (ms/task time) at which the gen permeate mode data published. -#define GEN_PERMEATE_BOOST_PUMP_TGT_PSI 8.0F ///< Pressure target in PSI for the boost pump during generate permeate mode. +#define GEN_PERMEATE_BOOST_PUMP_TGT_PSI 8.0F ///< Pressure target in PSI for the boost pump during generate permeate mode. #define GEN_PERMEATE_RO_PUMP_TGT_ML 800 ///< Flow target in ml/min for the ro pump during generate permeate mode. #define PUMP_REST_TIMEOUT_MS ( 3 * MS_PER_SECOND ) ///< Duraion for open loop control at the start of tank fill/full state ( in ms ) #define RO_REJECTION_WAIT_TIME_MS ( 8 * MS_PER_SECOND ) ///< RO rejection alarm wait time. 5 seconds for RR to stabilize and 3 seconds for calculating rolling average ( in ms )