Index: firmware/App/Services/FPGA.h =================================================================== diff -u -rd558c3058a027d8f4407c7bb882505e30225a7f9 -rc72332b4674a895aed7d56ca37ee5230548da3f6 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision d558c3058a027d8f4407c7bb882505e30225a7f9) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision c72332b4674a895aed7d56ca37ee5230548da3f6) @@ -144,6 +144,8 @@ U16 getFPGABloodLeakRxFIFOCount( void ); U08 getFPGABloodLeakRxErrorCount( void ); U08 getFPGABloodLeakRxFIFODataOut( void ); +U08 getFPGABloodLeakSelfTestErrorCounter( void ); +U08 getFPGABloodLeakZeroErrorCounter( void ); BOOL noFPGABubbleDetected( U32 bubble ); void setFPGABubbleSelfTest( U32 bubble );