Index: firmware/App/Services/FpgaDD.c =================================================================== diff -u -r66b5d24b111859a597259a2118f59a90da76e7f1 -r3ededfebdde73ae377aa81e6bae2a4e2148bc689 --- firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision 66b5d24b111859a597259a2118f59a90da76e7f1) +++ firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision 3ededfebdde73ae377aa81e6bae2a4e2148bc689) @@ -504,7 +504,7 @@ /*********************************************************************//** * @brief - * The setFPGAUFValveStates function sets the DD spare valve states with a + * The setFPGASpareValveStates function sets the DD spare valve states with a * 8-bit set of states - one bit per valve, with a 1 meaning "energized" and a 0 * meaning "de-energized". The bit positions for these bit states are as follows: * 0 - Not used.\n @@ -517,7 +517,7 @@ * @param valveStates bit mask for the spare valve states * @return none *************************************************************************/ -void setFPGAUFValveStates( U08 valveStates ) +void setFPGASpareValveStates( U08 valveStates ) { fpgaActuatorSetPoints.fpgaDDSpareValveControl = valveStates; }