Index: firmware/App/Services/FpgaRO.h =================================================================== diff -u -re491c38c7c2e7850b5a7ff906c04d81eabf0efb8 -rae36722cb762a069233685bb62a63107fd80338e --- firmware/App/Services/FpgaRO.h (.../FpgaRO.h) (revision e491c38c7c2e7850b5a7ff906c04d81eabf0efb8) +++ firmware/App/Services/FpgaRO.h (.../FpgaRO.h) (revision ae36722cb762a069233685bb62a63107fd80338e) @@ -42,7 +42,7 @@ BOOL checkFPGAFEOEFailure( void ); void setFPGAValveStates( U16 valveStates ); -U08 getFPGAValveStates( void ); +U16 getFPGAValveStates( void ); void setROPumpEnable( BOOL enable ); void setROPumpPWMPct( U16 pwm );