Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r04334ed8d1e927939718b1d62fb01afef0a2b9a9 -r51147222d369a3023a11b2ee675178d058ffaf46 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 04334ed8d1e927939718b1d62fb01afef0a2b9a9) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 51147222d369a3023a11b2ee675178d058ffaf46) @@ -827,36 +827,6 @@ } /************************************************************************* - * @brief getFPGAId - * The getFPGAId function gets the version read from the Id register \n - * of the FPGA. - * @details - * Inputs : fpgaHeader - * Outputs : none - * @param none - * @return Id - *************************************************************************/ -U08 getFPGAId( void ) -{ - return fpgaHeader.fpgaId; -} - -/************************************************************************* - * @brief getFPGARev - * The getFPGARev function gets the revision read from the Rev register \n - * of the FPGA. - * @details - * Inputs : fpgaHeader - * Outputs : none - * @param none - * @return Revision - *************************************************************************/ -U08 getFPGARev( void ) -{ - return fpgaHeader.fpgaRev; -} - -/************************************************************************* * @brief getFPGAStatus * The getFPGAStatus function gets the version read from the diagnostic register \n * of the FPGA.