Index: firmware/App/Services/FPGA.c =================================================================== diff -u -ra4669c80291e85fa5ce17d77ebcfd0c882831202 -r9826fc85bd1497ec617ae0e825f78b91972de2b3 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision a4669c80291e85fa5ce17d77ebcfd0c882831202) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 9826fc85bd1497ec617ae0e825f78b91972de2b3) @@ -2174,6 +2174,14 @@ return fpgaSensorReadings.fpgaBaroPROMCoeff6; } +/*********************************************************************//** + * @brief + * The getFPGABaroCoeffsCRC function gets the FPGA barometric pressure + * sensor temperature coefficients' CRC. + * @details Inputs: fpgaSensorReadings + * @details Outputs: none + * @return barometric pressure sensor temperature coefficients' CRC + *************************************************************************/ U16 getFPGABaroCoeffsCRC( void ) { return fpgaSensorReadings.fpgaBaroPROMCRC;