Index: firmware/App/Monitors/Temperature.c =================================================================== diff -u -r1bea59c13158a871b80e76d75a2a1a579ae67434 -r895ae090a3c78f9e002ac526332ef29929ceef71 --- firmware/App/Monitors/Temperature.c (.../Temperature.c) (revision 1bea59c13158a871b80e76d75a2a1a579ae67434) +++ firmware/App/Monitors/Temperature.c (.../Temperature.c) (revision 895ae090a3c78f9e002ac526332ef29929ceef71) @@ -418,7 +418,7 @@ * @brief * The getD4AverageTemperature function returns the average temperature * for D4 temp sensor. - * @details \b Inputs: none + * @details \b Inputs: filteredcurrentTemperatureReadings * @details \b Outputs: none * @return the D4 average temperature *************************************************************************/ @@ -433,7 +433,7 @@ * @brief * The getD50AverageTemperature function returns the average temperature * for D50 temp sensor. - * @details \b Inputs: none + * @details \b Inputs: filteredcurrentTemperatureReadings * @details \b Outputs: none * @return the D50 average temperature *************************************************************************/ @@ -448,7 +448,7 @@ * @brief * The getD99AverageTemperature function returns the average temperature * for D99 temperature sensor. - * @details \b Inputs: none + * @details \b Inputs: filteredcurrentTemperatureReadings * @details \b Outputs: none * @return the D99 average temperature *************************************************************************/ @@ -463,7 +463,7 @@ * @brief * The getD78AverageTemperature function returns the average temperature * for D78 temperature sensor. - * @details \b Inputs: none + * @details \b Inputs: filteredcurrentTemperatureReadings * @details \b Outputs: none * @return the D78 average temperature *************************************************************************/