Merge pull request #28 from drf5n/master

eliminate warnings for unused X1 X2
This commit is contained in:
Kevin Townsend
2016-11-09 21:43:57 +01:00
committed by GitHub

View File

@@ -329,7 +329,7 @@ void Adafruit_BMP085_Unified::getPressure(float *pressure)
/**************************************************************************/
void Adafruit_BMP085_Unified::getTemperature(float *temp)
{
int32_t UT, X1, X2, B5; // following ds convention
int32_t UT, B5; // following ds convention
float t;
readRawTemperature(&UT);