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;