uncrustify libraries/AP_Baro/AP_Baro_BMP085.h

This commit is contained in:
uncrustify 2012-08-16 23:09:24 -07:00 committed by Pat Hickey
parent 5a99d6b697
commit cfcef93e16

View File

@ -9,8 +9,8 @@
class AP_Baro_BMP085 : public AP_Baro class AP_Baro_BMP085 : public AP_Baro
{ {
public: public:
AP_Baro_BMP085(bool apm2_hardware): AP_Baro_BMP085(bool apm2_hardware) :
_apm2_hardware(apm2_hardware) { _apm2_hardware(apm2_hardware) {
_pressure_samples = 1; _pressure_samples = 1;
}; // Constructor }; // Constructor
@ -25,7 +25,7 @@ class AP_Baro_BMP085 : public AP_Baro
int32_t get_raw_pressure(); int32_t get_raw_pressure();
int32_t get_raw_temp(); int32_t get_raw_temp();
private: private:
int32_t RawPress; int32_t RawPress;
int32_t RawTemp; int32_t RawTemp;
int16_t Temp; int16_t Temp;