Index: firmware/App/Services/FPGA.h =================================================================== diff -u -rf7b149d8b8c9ea6ac58e4739101693d251d7a355 -r2cc4f0cfc6512c942864d7d302cef5df375a2081 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision f7b149d8b8c9ea6ac58e4739101693d251d7a355) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 2cc4f0cfc6512c942864d7d302cef5df375a2081) @@ -85,6 +85,8 @@ void setFPGAValvesControlMode( U16 bits ); U16 getFPGAValvesStatus( void ); +BOOL noFPGAFluidLeakDetected( void ); + void setFPGAValveDialyzerInletPosition( S16 setPoint ); S16 getFPGAValveDialyzerInletPosition( void ); U16 getFPGAValveDialyzerInletCurrentCounts( void );