From ab6f0d52eb70ee2816736e48b8e9353aa55ce499 Mon Sep 17 00:00:00 2001 From: Zaltora Date: Thu, 15 Sep 2016 10:47:03 +0200 Subject: [PATCH] Update bmp280.h --- extras/bmp280/bmp280.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/bmp280/bmp280.h b/extras/bmp280/bmp280.h index 84dc869..7f4d1a8 100644 --- a/extras/bmp280/bmp280.h +++ b/extras/bmp280/bmp280.h @@ -65,7 +65,7 @@ typedef enum { * Pressure oversampling settings */ typedef enum { - BMP280_SKIPPED = 0, /* no measurement */ + BMP280_SKIPPED = 0, /* no measurement */ BMP280_ULTRA_LOW_POWER = 1, /* oversampling x1 */ BMP280_LOW_POWER = 2, /* oversampling x2 */ BMP280_STANDARD = 3, /* oversampling x4 */