bmp180: comment typo

This commit is contained in:
Our Air Quality 2016-09-30 00:48:05 +10:00 committed by Erwin Boskma
parent 0cab2cb5cc
commit e7b9845f9a
No known key found for this signature in database
GPG key ID: 1C79B2FD5FD63533

View file

@ -152,7 +152,7 @@ bool bmp180_measure(i2c_dev_t *dev, bmp180_constants_t *c, int32_t *temperature,
if (!temperature && !pressure)
return false;
// Temperature is always needed, allso required for pressure only.
// Temperature is always needed, also required for pressure only.
//
// Calculation taken from BMP180 Datasheet
int32_t UT, X1, X2, B5;