Index: firmware/App/Controllers/Heaters.c =================================================================== diff -u -r971fc9950b919f8b54ff88a627f6cb1e8a0906ee -r68b2e13b6cd3e91c6ef91e2d47c0613cb2ab96ef --- firmware/App/Controllers/Heaters.c (.../Heaters.c) (revision 971fc9950b919f8b54ff88a627f6cb1e8a0906ee) +++ firmware/App/Controllers/Heaters.c (.../Heaters.c) (revision 68b2e13b6cd3e91c6ef91e2d47c0613cb2ab96ef) @@ -30,7 +30,6 @@ #include "OperationModes.h" #include "PersistentAlarm.h" #include "Reservoirs.h" -#include "ROPump.h" #include "SafetyShutdown.h" #include "SystemCommMessages.h" #include "TaskGeneral.h" @@ -344,7 +343,7 @@ { alarm = ALARM_ID_RO_FLOW_TOO_LOW_WHILE_PRIMARY_HEATER_IS_ON; measFlow = getMeasuredFlowRateLPM( RO_FLOW_SENSOR ); - minFlow = MIN_RO_FLOWRATE_LPM; + minFlow = MIN_RO_HEATER_FLOWRATE_LPM; } else {