Skip to content

Commit 25f8d5e

Browse files
Fix @params -> @param
1 parent 9ef406a commit 25f8d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_BME280.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ float Adafruit_BME280::getTemperatureCompensation(void) {
551551
/*!
552552
* Sets a value to be added to each temperature reading. This adjusted
553553
* temperature is used in pressure and humidity readings.
554-
* @params adjustment Value to be added to each tempature reading in Celcius
554+
* @param adjustment Value to be added to each tempature reading in Celcius
555555
*/
556556
void Adafruit_BME280::setTemperatureCompensation(float adjustment) {
557557
// convert the value in C into and adjustment to t_fine

0 commit comments

Comments
 (0)