From 56a73454ddf98ac2a18291af73fac6213182e001 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 df7a503..7c02411 100644 --- a/extras/bmp180/bmp180.c +++ b/extras/bmp180/bmp180.c @@ -156,7 +156,7 @@ bool bmp180_measure(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;