Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -r3643a2e648ab2b216fd08579e56bdc02fb94836d -rf0ae785e5ba1af838da39c7e2be6e04e6463eda6 --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision 3643a2e648ab2b216fd08579e56bdc02fb94836d) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision f0ae785e5ba1af838da39c7e2be6e04e6463eda6) @@ -125,7 +125,7 @@ readCommandedValveStates(); // initially set valve PWM configuration and enable - setFPGAPWMConfigurations(); + //setFPGAPWMConfigurations(); // initially set all valves to de-energized state via FPGA setFPGADDValveStates( commandedValvesStates );