Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -r97a3e2ca15b28aef843b1dee750d5a911afb0a18 -refed7af60250e1d877aa8eb8833829ef65f6a01d --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 97a3e2ca15b28aef843b1dee750d5a911afb0a18) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision efed7af60250e1d877aa8eb8833829ef65f6a01d) @@ -171,7 +171,6 @@ void setFPGAD11PumpRevolutionCount( U16 count ); void setFPGAD10PumpRevolutionCount( U16 count ); void setFPGAD76PumpRevolutionCount( U16 count ); -void setFPGAD79RinsePumpPWMControl( U08 control ); U08 getFPGAD11PumpControlStatus( void ); U08 getFPGAD10PumpControlStatus( void ); @@ -190,7 +189,6 @@ U16 getFPGAD11PumpRevolutionCountStatus( void ); U16 getFPGAD10PumpRevolutionCountStatus( void ); U16 getFPGAD76PumpRevolutionCountStatus( void ); -U16 getFPGAD79RinsePumpSpeed( void ); void setFPGAD48PumpSpeed( U16 speed ); void setFPGAD12PumpSpeed( U16 speed ); @@ -258,7 +256,7 @@ // Rinse pump void setFPGAD79RinsePumpControl( U08 value ); void setFPGAD79RinsePumpPWMControl( U08 value ); -U16 getFPGAD79RinsePumpSpeed( void ); +U16 getFPGAD79RinsePumpPulseWidth( void ); //*************** IOFP *******************