Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -r830213bc6dcc1a684610caf78c79d55f2cb41e93 -r771a741a1698770e6997c6657bd520fb557d0f2d --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision 830213bc6dcc1a684610caf78c79d55f2cb41e93) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision 771a741a1698770e6997c6657bd520fb557d0f2d) @@ -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 );