Index: firmware/App/Controllers/TemperatureSensors.c =================================================================== diff -u -r2fea76e972a450a97c74b2a9f627095032a3b586 -rccf1219089b835ab2f9d401c0be0d2000be9010a --- firmware/App/Controllers/TemperatureSensors.c (.../TemperatureSensors.c) (revision 2fea76e972a450a97c74b2a9f627095032a3b586) +++ firmware/App/Controllers/TemperatureSensors.c (.../TemperatureSensors.c) (revision ccf1219089b835ab2f9d401c0be0d2000be9010a) @@ -507,7 +507,7 @@ * check if the read ADC is valid and if it is, the function calls another function * process the ADC and convert it to temperature. * @details Inputs: none - * @detailsOutputs: none + * @details Outputs: none * @param sensorIndex ID of temperature sensor to process * @param adc reported ADC value for temperature sensor * @param fpgaError reported error status by FPGA @@ -802,7 +802,7 @@ * @brief * The publishTemperatureSensorsData function broadcasts the temperature * sensors data at the publication interval. - * @detailsInputs: dataPublicationTimerCounter, tempValuesForPublication + * @details Inputs: dataPublicationTimerCounter, tempValuesForPublication * @details Outputs: dataPublicationTimerCounter, tempValuesForPublication * @return none *************************************************************************/