Index: App/Services/FPGA.h =================================================================== diff -u -r40a959e1341c8964f872df462ac3a2d874e3b0b3 -rcda7aca3cdae3f3a2c2bcefc009f96a9bf6e4bdd --- App/Services/FPGA.h (.../FPGA.h) (revision 40a959e1341c8964f872df462ac3a2d874e3b0b3) +++ App/Services/FPGA.h (.../FPGA.h) (revision cda7aca3cdae3f3a2c2bcefc009f96a9bf6e4bdd) @@ -27,13 +27,11 @@ void initFPGA( void ); void execFPGAIn( void ); void execFPGAOut( void ); +SELF_TEST_STATUS_T execFPGATest( void ); void signalFPGAReceiptCompleted( void ); void signalFPGATransmitCompleted( void ); -U08 getFPGAId( void ); -U08 getFPGARev( void ); -U08 getFPGADiag( void ); U16 getFPGAStatus( void ); void setFPGAControl( U16 ctrl );