Index: firmware/App/Services/FPGA.c =================================================================== diff -u -rb0f71f7faa129e67fa5a36629801e4ae6a0173f4 -rb07b7e985cc46d55f1db4fe7e2b544c45ea9c7db --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision b0f71f7faa129e67fa5a36629801e4ae6a0173f4) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision b07b7e985cc46d55f1db4fe7e2b544c45ea9c7db) @@ -1341,14 +1341,14 @@ /*********************************************************************//** * @brief - * The getFPGAPRimaryColdJunctionTemp function gets primary cold junction + * The getFPGAPrimaryColdJunctionTemp function gets primary cold junction * temperature * @details * Inputs : fpgaSensorReadings.fpgaPrimaryHeaterIntJunctionTemp * Outputs : none * @return Last primary cold junction temperature *************************************************************************/ -U16 getFPGAPRimaryColdJunctionTemp( void ) +U16 getFPGAPrimaryColdJunctionTemp( void ) { return fpgaSensorReadings.fpgaPrimaryHeaterIntJunctionTemp; }