mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
uncrustify libraries/AP_Baro/AP_Baro_BMP085.h
This commit is contained in:
parent
5a99d6b697
commit
cfcef93e16
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user