Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r27d91d88b73aa4194cef1d3b08decc12ccdecc33 -r0b17c6271cdc3c55697a74ecaadb477d9c8f5687 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 27d91d88b73aa4194cef1d3b08decc12ccdecc33) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 0b17c6271cdc3c55697a74ecaadb477d9c8f5687) @@ -126,6 +126,12 @@ U32 getFPGATDiInternalTemp( void ); U32 getFPGACondSnsrInternalTemp( void ); +U08 getFPGAADC1ReadCount( void ); +U08 getFPGAADC1ErrorCount( void ); + +U08 getFPGAADC2ReadCount( void ); +U08 getFPGAADC2ErrorCount( void ); + /**@}*/ #endif