adafruit / Adafruit_BMP085_Unified

Unified sensor driver for Adafruit's BMP085 & BMP180 breakouts
93 stars 60 forks source link

eliminate warnings for unused X1 X2 #28

Closed drf5n closed 7 years ago

drf5n commented 7 years ago

This change modifies Adafruit_BMP085_U.cpp to eliminate two unused variables that would appear as red warnings during compiles using the unmodified code.

None known.

It compiles without the warnings for me.