Fix @params -> @param

This commit is contained in:
Jason Mansfield 2020-08-03 23:21:57 -07:00
parent 9ef406a530
commit 25f8d5e555
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ float Adafruit_BME280::getTemperatureCompensation(void) {
/*! /*!
* Sets a value to be added to each temperature reading. This adjusted * Sets a value to be added to each temperature reading. This adjusted
* temperature is used in pressure and humidity readings. * temperature is used in pressure and humidity readings.
* @params adjustment Value to be added to each tempature reading in Celcius * @param adjustment Value to be added to each tempature reading in Celcius
*/ */
void Adafruit_BME280::setTemperatureCompensation(float adjustment) { void Adafruit_BME280::setTemperatureCompensation(float adjustment) {
// convert the value in C into and adjustment to t_fine // convert the value in C into and adjustment to t_fine