From e7b9845f9a2e15b7cdb13af9ec90814b684806c3 Mon Sep 17 00:00:00 2001 From: Our Air Quality Date: Fri, 30 Sep 2016 00:48:05 +1000 Subject: [PATCH] bmp180: comment typo --- extras/bmp180/bmp180.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/bmp180/bmp180.c b/extras/bmp180/bmp180.c index 2cf513e..d7d4330 100644 --- a/extras/bmp180/bmp180.c +++ b/extras/bmp180/bmp180.c @@ -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;