Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -rce3e0696642099164fa482c864509c67ce65579b -r3df4c16999408c02204131555c5d8551d8bcc3b9 --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision ce3e0696642099164fa482c864509c67ce65579b) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision 3df4c16999408c02204131555c5d8551d8bcc3b9) @@ -953,6 +953,7 @@ VALVE_MODE_T mode; BOOL result = TRUE; +#ifndef DISABLE_3WAY_VALVES // Get the status of the valves from FPGA U16 status = getFPGAValvesStatus(); @@ -997,6 +998,7 @@ result = FALSE; } } +#endif return result; }