Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -r50144ec3e96785cf76d5bfd22ee65029c82e732b -r8e93a6e39b2c7af5f0b47ef1272a2b53446fab0b --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision 50144ec3e96785cf76d5bfd22ee65029c82e732b) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision 8e93a6e39b2c7af5f0b47ef1272a2b53446fab0b) @@ -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 );