Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r34ae229d1508df89630f4dc5fbe9291d135f0686 -r62e9a14081b3c97ea244c3c167098eba8cd409d1 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 34ae229d1508df89630f4dc5fbe9291d135f0686) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 62e9a14081b3c97ea244c3c167098eba8cd409d1) @@ -157,7 +157,9 @@ //***************** DVT Functions ***************************/ void setFPGAAcidPumpControl( U08 control ); +U08 getFPGAAcidPumpControlStatus( void ); void setFPGABicarbPumpControl( U08 control ); +U08 getFPGABicarbPumpControlStatus( void ); void setFPGAAcidPumpParkCmd( void ); void setFPGABicarbPumpParkCmd( void );