Skip to content

Commit 5c33d22

Browse files
committed
Fix Clang for documentation
1 parent 6c3c585 commit 5c33d22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Adafruit_BME280.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,8 @@ float Adafruit_BME280::readAltitude(float seaLevel) {
451451
* Computes Heat Index based on https://byjus.com/heat-index-formula/
452452
* @param isCelcius - if true return Heat Index in degrees celcius else return
453453
* in Farenheit
454-
* @returns Heat Index in Celcius or Farenhite depending on parameter isCelcius
454+
* @returns Heat Index in Celcius or Farenhite depending on parameter
455+
* isCelcius
455456
*/
456457
float Adafruit_BME280::readHeatIndex(bool isCelcius) {
457458
float tempF = readTemperature() * 1.8 + 32;

0 commit comments

Comments
 (0)