Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -r766708fceb0bdf1af8c7897df29d4f5036bfd3db -rc539499ea2dee6d62194d573ac93b313d9e2936d --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision 766708fceb0bdf1af8c7897df29d4f5036bfd3db) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision c539499ea2dee6d62194d573ac93b313d9e2936d) @@ -954,6 +954,7 @@ BOOL result = TRUE; #ifndef DISABLE_3WAY_VALVES +#ifndef DISABLE_VALVE_ALARMS // Get the status of the valves from FPGA U16 status = getFPGAValvesStatus(); @@ -999,6 +1000,7 @@ } } #endif +#endif return result; }