From 1864dced6a10a1732c73d8645cbe5e1a117cab72 Mon Sep 17 00:00:00 2001 From: Luigi Cruz Date: Tue, 2 Mar 2021 11:14:34 -0300 Subject: [PATCH] Update bmp180.h --- bmp180/bmp180.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bmp180/bmp180.h b/bmp180/bmp180.h index fcaec09..3cf62e3 100644 --- a/bmp180/bmp180.h +++ b/bmp180/bmp180.h @@ -23,7 +23,7 @@ #define ASSERT_OK(X) { if (X == false) return false; }; typedef struct { - int16_t AC1; + int16_t AC1; int16_t AC2; int16_t AC3; uint16_t AC4;